Shades of Sulu #BDFB81
Tints of Sulu #BDFB81
RGB
CMYK
RGB Variations
Color information
#BDFB81 (or 0xBDFB81) is known color: 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
| RGB | 189 | 251 | 129 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.02 |
| HSL | 90.49º | 0.94% | 0.75% | - |
| HSV(B) | 90.49º | 0.49% | 0.98% | - |
| XYZ | 59.45 | 81.4 | 33.35 | - |
| YUV | 218.55 | 77.46 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 129 | 0.25 | 0 | 0.49 | 0.02 | 90.49 | 0.94 | 0.75 |
| Hex | BD | FB | 81 | 19 | 0 | 31 | 2 | 5A | 5E | 4B |
| Octal | 275 | 373 | 201 | 31 | 0 | 61 | 2 | 132 | 136 | 113 |
| Binary | 10111101 | 11111011 | 10000001 | 11001 | 0 | 110001 | 10 | 1011010 | 1011110 | 1001011 |
Color Harmonies of #BDFB81
Complementary color
Monochromatic Colors of #BDFB81
Black with #BDFB81
Text Example
Text Example
White with #BDFB81
Text Example
Text Example
HTML Codes & Css Web 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>