Shades of Sulu #BDFB80
Tints of Sulu #BDFB80
RGB
CMYK
RGB Variations
Color information
#BDFB80 (or 0xBDFB80) is known color: Sulu. HEX triplet: BD, FB and 80. RGB value is (189,251,128). Sum of RGB (Red+Green+Blue) = 189+251+128=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFB80 is #42047F. Grayscale: #DADADA. Windows color (decimal): -4326528 or 8453053. OLE color: 8453053.
HSL color Cylindrical-coordinate representation of color #BDFB80: hue angle of 90.24º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDFB80 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 128 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.02 |
| HSL | 90.24º | 0.94% | 0.74% | - |
| HSV(B) | 90.24º | 0.49% | 0.98% | - |
| XYZ | 59.38 | 81.37 | 33 | - |
| YUV | 218.44 | 76.96 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 128 | 0.25 | 0 | 0.49 | 0.02 | 90.24 | 0.94 | 0.74 |
| Hex | BD | FB | 80 | 19 | 0 | 31 | 2 | 5A | 5E | 4A |
| Octal | 275 | 373 | 200 | 31 | 0 | 61 | 2 | 132 | 136 | 112 |
| Binary | 10111101 | 11111011 | 10000000 | 11001 | 0 | 110001 | 10 | 1011010 | 1011110 | 1001010 |
Color Harmonies of #BDFB80
Complementary color
Monochromatic Colors of #BDFB80
Black with #BDFB80
Text Example
Text Example
White with #BDFB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB80; }
p { color: rgb(189,251,128); }
H1.HeaderClassName
{
color: #BDFB80;
}
.AnyTagClassName
{
color: #BDFB80;
}
</style>
background-color css
<style>
a { background-color: #BDFB80; }
a { background-color: rgb(189,251,128); }
div.DivClassName
{
background-color: #BDFB80;
}
.BgClassName
{
background-color: #BDFB80;
}
</style>
border-color css
<style>
span { border-color: #BDFB80; }
span { border-color: rgb(189,251,128); }
td.TdClassName
{
border-color: #BDFB80;
}
.TagClassName
{
border-color: #BDFB80;
}
</style>