#B5F069

Color #B5F069 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #B5F069

Tints of Sulu #B5F069

Color information

#B5F069 (or 0xB5F069) is unknown color: approx Sulu. HEX triplet: B5, F0 and 69. RGB value is (181,240,105). Sum of RGB (Red+Green+Blue) = 181+240+105=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F069 is #4A0F96. Grayscale: #CFCFCF. Windows color (decimal): -4853655 or 6942901. OLE color: 6942901.

HSL color Cylindrical-coordinate representation of color #B5F069: hue angle of 86.22º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5F069 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB181240105-
CMYK0.2500.560.06
HSL86.22º81.82%67.65%-
HSV(B)86.22º56.25%94.12%-
XYZ52.7773.1624.71-
YUV206.9770.45109.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 34.41%
GREEN value IS 240 (94.14% from 255) = 45.63%
BLUE value IS 105 (41.41% from 255) = 19.96%
R=34.41%
G=45.63%
B=19.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812401050.2500.560.0686.2281.8267.65
HexB5F069190386565244
Octal265360151310706126122104
Binary10110101111100001101001110010111000110101011010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F069; }

 p { color: rgb(181,240,105); }

 H1.HeaderClassName
 {
   color: #B5F069;
 }
 .AnyTagClassName
 {
   color: #B5F069;
 }
</style>
background-color css

<style>
 a { background-color: #B5F069; }

 a { background-color: rgb(181,240,105); }

 div.DivClassName
 {
   background-color: #B5F069;
 }
 .BgClassName
 {
   background-color: #B5F069;
 }
</style>
border-color css

<style>
 span { border-color: #B5F069; }

 span { border-color: rgb(181,240,105); }

 td.TdClassName
 {
   border-color: #B5F069;
 }
 .TagClassName
 {
   border-color: #B5F069;
 }
</style>