#B5FD6A

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

Shades of Sulu #B5FD6A

Tints of Sulu #B5FD6A

Color information

#B5FD6A (or 0xB5FD6A) is unknown color: approx Sulu. HEX triplet: B5, FD and 6A. RGB value is (181,253,106). Sum of RGB (Red+Green+Blue) = 181+253+106=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FD6A is #4A0295. Grayscale: #D7D7D7. Windows color (decimal): -4850326 or 7011765. OLE color: 7011765.

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

Color convert

RGB181253106-
CMYK0.2800.580.01
HSL89.39º97.35%70.39%-
HSV(B)89.39º58.1%99.22%-
XYZ56.7881.1126.3-
YUV214.7166.65103.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.52%
GREEN value IS 253 (99.22% from 255) = 46.85%
BLUE value IS 106 (41.80% from 255) = 19.63%
R=33.52%
G=46.85%
B=19.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812531060.2800.580.0189.3997.3570.39
HexB5FD6A1C03A1596146
Octal265375152340721131141106
Binary101101011111110111010101110001110101101100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FD6A; }

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

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

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

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

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

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

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

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