Shades of Sulu #BDF272
Tints of Sulu #BDF272
RGB
CMYK
RGB Variations
Color information
#BDF272 (or 0xBDF272) is known color: Sulu. HEX triplet: BD, F2 and 72. RGB value is (189,242,114). Sum of RGB (Red+Green+Blue) = 189+242+114=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF272 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF272 is #420D8D. Grayscale: #D4D4D4. Windows color (decimal): -4328846 or 7533245. OLE color: 7533245.
HSL color Cylindrical-coordinate representation of color #BDF272: hue angle of 84.84º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDF272 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 114 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.05 |
| HSL | 84.84º | 0.83% | 0.7% | - |
| HSV(B) | 84.84º | 0.53% | 0.95% | - |
| XYZ | 55.78 | 75.54 | 27.56 | - |
| YUV | 211.56 | 72.94 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 114 | 0.22 | 0 | 0.53 | 0.05 | 84.84 | 0.83 | 0.7 |
| Hex | BD | F2 | 72 | 16 | 0 | 35 | 5 | 55 | 53 | 46 |
| Octal | 275 | 362 | 162 | 26 | 0 | 65 | 5 | 125 | 123 | 106 |
| Binary | 10111101 | 11110010 | 1110010 | 10110 | 0 | 110101 | 101 | 1010101 | 1010011 | 1000110 |
Color Harmonies of #BDF272
Complementary color
Monochromatic Colors of #BDF272
Black with #BDF272
Text Example
Text Example
White with #BDF272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF272; }
p { color: rgb(189,242,114); }
H1.HeaderClassName
{
color: #BDF272;
}
.AnyTagClassName
{
color: #BDF272;
}
</style>
background-color css
<style>
a { background-color: #BDF272; }
a { background-color: rgb(189,242,114); }
div.DivClassName
{
background-color: #BDF272;
}
.BgClassName
{
background-color: #BDF272;
}
</style>
border-color css
<style>
span { border-color: #BDF272; }
span { border-color: rgb(189,242,114); }
td.TdClassName
{
border-color: #BDF272;
}
.TagClassName
{
border-color: #BDF272;
}
</style>