Shades of Sulu #BDF472
Tints of Sulu #BDF472
RGB
CMYK
RGB Variations
Color information
#BDF472 (or 0xBDF472) is known color: Sulu. HEX triplet: BD, F4 and 72. RGB value is (189,244,114). Sum of RGB (Red+Green+Blue) = 189+244+114=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 244 (95.70% from 255 or 44.61% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF472 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF472 is #420B8D. Grayscale: #D5D5D5. Windows color (decimal): -4328334 or 7533757. OLE color: 7533757.
HSL color Cylindrical-coordinate representation of color #BDF472: hue angle of 85.38º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDF472 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 114 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.04 |
| HSL | 85.38º | 0.86% | 0.7% | - |
| HSV(B) | 85.38º | 0.53% | 0.96% | - |
| XYZ | 56.37 | 76.74 | 27.76 | - |
| YUV | 212.74 | 72.28 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 114 | 0.23 | 0 | 0.53 | 0.04 | 85.38 | 0.86 | 0.7 |
| Hex | BD | F4 | 72 | 17 | 0 | 35 | 4 | 55 | 56 | 46 |
| Octal | 275 | 364 | 162 | 27 | 0 | 65 | 4 | 125 | 126 | 106 |
| Binary | 10111101 | 11110100 | 1110010 | 10111 | 0 | 110101 | 100 | 1010101 | 1010110 | 1000110 |
Color Harmonies of #BDF472
Complementary color
Monochromatic Colors of #BDF472
Black with #BDF472
Text Example
Text Example
White with #BDF472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF472; }
p { color: rgb(189,244,114); }
H1.HeaderClassName
{
color: #BDF472;
}
.AnyTagClassName
{
color: #BDF472;
}
</style>
background-color css
<style>
a { background-color: #BDF472; }
a { background-color: rgb(189,244,114); }
div.DivClassName
{
background-color: #BDF472;
}
.BgClassName
{
background-color: #BDF472;
}
</style>
border-color css
<style>
span { border-color: #BDF472; }
span { border-color: rgb(189,244,114); }
td.TdClassName
{
border-color: #BDF472;
}
.TagClassName
{
border-color: #BDF472;
}
</style>