Shades of Sulu #BDFF72
Tints of Sulu #BDFF72
RGB
CMYK
RGB Variations
Color information
#BDFF72 (or 0xBDFF72) is known color: Sulu. HEX triplet: BD, FF and 72. RGB value is (189,255,114). Sum of RGB (Red+Green+Blue) = 189+255+114=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF72 is #42008D. Grayscale: #DBDBDB. Windows color (decimal): -4325518 or 7536573. OLE color: 7536573.
HSL color Cylindrical-coordinate representation of color #BDFF72: hue angle of 88.09º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDFF72 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 114 | - |
| CMYK | 0.26 | 0 | 0.55 | 0 |
| HSL | 88.09º | 1% | 0.72% | - |
| HSV(B) | 88.09º | 0.55% | 1% | - |
| XYZ | 59.78 | 83.55 | 28.9 | - |
| YUV | 219.19 | 68.63 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 114 | 0.26 | 0 | 0.55 | 0 | 88.09 | 1 | 0.72 |
| Hex | BD | FF | 72 | 1A | 0 | 37 | 0 | 58 | 64 | 48 |
| Octal | 275 | 377 | 162 | 32 | 0 | 67 | 0 | 130 | 144 | 110 |
| Binary | 10111101 | 11111111 | 1110010 | 11010 | 0 | 110111 | 0 | 1011000 | 1100100 | 1001000 |
Color Harmonies of #BDFF72
Complementary color
Monochromatic Colors of #BDFF72
Black with #BDFF72
Text Example
Text Example
White with #BDFF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF72; }
p { color: rgb(189,255,114); }
H1.HeaderClassName
{
color: #BDFF72;
}
.AnyTagClassName
{
color: #BDFF72;
}
</style>
background-color css
<style>
a { background-color: #BDFF72; }
a { background-color: rgb(189,255,114); }
div.DivClassName
{
background-color: #BDFF72;
}
.BgClassName
{
background-color: #BDFF72;
}
</style>
border-color css
<style>
span { border-color: #BDFF72; }
span { border-color: rgb(189,255,114); }
td.TdClassName
{
border-color: #BDFF72;
}
.TagClassName
{
border-color: #BDFF72;
}
</style>