#B5FA69

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

Shades of Sulu #B5FA69

Tints of Sulu #B5FA69

Color information

#B5FA69 (or 0xB5FA69) is unknown color: approx Sulu. HEX triplet: B5, FA and 69. RGB value is (181,250,105). Sum of RGB (Red+Green+Blue) = 181+250+105=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FA69 is #4A0596. Grayscale: #D5D5D5. Windows color (decimal): -4851095 or 6945461. OLE color: 6945461.

HSL color Cylindrical-coordinate representation of color #B5FA69: hue angle of 88.55º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5FA69 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB181250105-
CMYK0.2800.580.02
HSL88.55º93.55%69.61%-
HSV(B)88.55º58%98.04%-
XYZ55.7979.2125.71-
YUV212.8467.14105.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.77%
GREEN value IS 250 (98.05% from 255) = 46.64%
BLUE value IS 105 (41.41% from 255) = 19.59%
R=33.77%
G=46.64%
B=19.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812501050.2800.580.0288.5593.5569.61
HexB5FA691C03A2595e46
Octal265372151340722131136106
Binary1011010111111010110100111100011101010101100110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FA69; }

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

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

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

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

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

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

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

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