Shades of Sulu #BDF072
Tints of Sulu #BDF072
RGB
CMYK
RGB Variations
Color information
#BDF072 (or 0xBDF072) is known color: Sulu. HEX triplet: BD, F0 and 72. RGB value is (189,240,114). Sum of RGB (Red+Green+Blue) = 189+240+114=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF072 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF072 is #420F8D. Grayscale: #D2D2D2. Windows color (decimal): -4329358 or 7532733. OLE color: 7532733.
HSL color Cylindrical-coordinate representation of color #BDF072: hue angle of 84.29º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDF072 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 114 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.06 |
| HSL | 84.29º | 0.81% | 0.69% | - |
| HSV(B) | 84.29º | 0.53% | 0.94% | - |
| XYZ | 55.18 | 74.35 | 27.36 | - |
| YUV | 210.39 | 73.6 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 114 | 0.21 | 0 | 0.52 | 0.06 | 84.29 | 0.81 | 0.69 |
| Hex | BD | F0 | 72 | 15 | 0 | 34 | 6 | 54 | 51 | 45 |
| Octal | 275 | 360 | 162 | 25 | 0 | 64 | 6 | 124 | 121 | 105 |
| Binary | 10111101 | 11110000 | 1110010 | 10101 | 0 | 110100 | 110 | 1010100 | 1010001 | 1000101 |
Color Harmonies of #BDF072
Complementary color
Monochromatic Colors of #BDF072
Black with #BDF072
Text Example
Text Example
White with #BDF072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF072; }
p { color: rgb(189,240,114); }
H1.HeaderClassName
{
color: #BDF072;
}
.AnyTagClassName
{
color: #BDF072;
}
</style>
background-color css
<style>
a { background-color: #BDF072; }
a { background-color: rgb(189,240,114); }
div.DivClassName
{
background-color: #BDF072;
}
.BgClassName
{
background-color: #BDF072;
}
</style>
border-color css
<style>
span { border-color: #BDF072; }
span { border-color: rgb(189,240,114); }
td.TdClassName
{
border-color: #BDF072;
}
.TagClassName
{
border-color: #BDF072;
}
</style>