Shades of Sulu #BDF872
Tints of Sulu #BDF872
RGB
CMYK
RGB Variations
Color information
#BDF872 (or 0xBDF872) is known color: Sulu. HEX triplet: BD, F8 and 72. RGB value is (189,248,114). Sum of RGB (Red+Green+Blue) = 189+248+114=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF872 is #42078D. Grayscale: #D7D7D7. Windows color (decimal): -4327310 or 7534781. OLE color: 7534781.
HSL color Cylindrical-coordinate representation of color #BDF872: hue angle of 86.42º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDF872 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 114 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.03 |
| HSL | 86.42º | 0.91% | 0.71% | - |
| HSV(B) | 86.42º | 0.54% | 0.97% | - |
| XYZ | 57.59 | 79.17 | 28.17 | - |
| YUV | 215.08 | 70.95 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 114 | 0.24 | 0 | 0.54 | 0.03 | 86.42 | 0.91 | 0.71 |
| Hex | BD | F8 | 72 | 18 | 0 | 36 | 3 | 56 | 5B | 47 |
| Octal | 275 | 370 | 162 | 30 | 0 | 66 | 3 | 126 | 133 | 107 |
| Binary | 10111101 | 11111000 | 1110010 | 11000 | 0 | 110110 | 11 | 1010110 | 1011011 | 1000111 |
Color Harmonies of #BDF872
Complementary color
Monochromatic Colors of #BDF872
Black with #BDF872
Text Example
Text Example
White with #BDF872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF872; }
p { color: rgb(189,248,114); }
H1.HeaderClassName
{
color: #BDF872;
}
.AnyTagClassName
{
color: #BDF872;
}
</style>
background-color css
<style>
a { background-color: #BDF872; }
a { background-color: rgb(189,248,114); }
div.DivClassName
{
background-color: #BDF872;
}
.BgClassName
{
background-color: #BDF872;
}
</style>
border-color css
<style>
span { border-color: #BDF872; }
span { border-color: rgb(189,248,114); }
td.TdClassName
{
border-color: #BDF872;
}
.TagClassName
{
border-color: #BDF872;
}
</style>