#B5FB6A

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

Shades of Sulu #B5FB6A

Tints of Sulu #B5FB6A

Color information

#B5FB6A (or 0xB5FB6A) is unknown color: approx Sulu. HEX triplet: B5, FB and 6A. RGB value is (181,251,106). Sum of RGB (Red+Green+Blue) = 181+251+106=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FB6A is #4A0495. Grayscale: #D6D6D6. Windows color (decimal): -4850838 or 7011253. OLE color: 7011253.

HSL color Cylindrical-coordinate representation of color #B5FB6A: hue angle of 88.97º degrees, saturation: 0.95, 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 #B5FB6A is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB181251106-
CMYK0.2800.580.02
HSL88.97º94.77%70%-
HSV(B)88.97º57.77%98.43%-
XYZ56.1579.8626.09-
YUV213.5467.31104.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 251 (98.44% from 255) = 46.65%
BLUE value IS 106 (41.80% from 255) = 19.70%
R=33.64%
G=46.65%
B=19.70%

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
Decimal1812511060.2800.580.0288.9794.7770
HexB5FB6A1C03A2595f46
Octal265373152340722131137106
Binary1011010111111011110101011100011101010101100110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FB6A; }

 p { color: rgb(181,251,106); }

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

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

 a { background-color: rgb(181,251,106); }

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

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

 span { border-color: rgb(181,251,106); }

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