#BDFB81

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

Shades of Sulu #BDFB81

Tints of Sulu #BDFB81

Color information

#BDFB81 (or 0xBDFB81) is unknown color: approx Sulu. HEX triplet: BD, FB and 81. RGB value is (189,251,129). Sum of RGB (Red+Green+Blue) = 189+251+129=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 129 (50.78% from 255 or 22.67% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFB81 is #42047E. Grayscale: #DADADA. Windows color (decimal): -4326527 or 8518589. OLE color: 8518589.

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

Color convert

RGB189251129-
CMYK0.2500.490.02
HSL90.49º93.85%74.51%-
HSV(B)90.49º48.61%98.43%-
XYZ59.4581.433.35-
YUV218.5577.46106.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 129 (50.78% from 255) = 22.67%
R=33.22%
G=44.11%
B=22.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511290.2500.490.0290.4993.8574.51
HexBDFB811903125a5e4b
Octal275373201310612132136113
Binary10111101111110111000000111001011000110101101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFB81; }

 p { color: rgb(189,251,129); }

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

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

 a { background-color: rgb(189,251,129); }

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

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

 span { border-color: rgb(189,251,129); }

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