Shades of Sulu #BDF073
Tints of Sulu #BDF073
RGB
CMYK
RGB Variations
Color information
#BDF073 (or 0xBDF073) is known color: Sulu. HEX triplet: BD, F0 and 73. RGB value is (189,240,115). Sum of RGB (Red+Green+Blue) = 189+240+115=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF073 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF073 is #420F8C. Grayscale: #D2D2D2. Windows color (decimal): -4329357 or 7598269. OLE color: 7598269.
HSL color Cylindrical-coordinate representation of color #BDF073: hue angle of 84.48º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDF073 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 115 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.06 |
| HSL | 84.48º | 0.81% | 0.7% | - |
| HSV(B) | 84.48º | 0.52% | 0.94% | - |
| XYZ | 55.24 | 74.38 | 27.66 | - |
| YUV | 210.5 | 74.1 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 115 | 0.21 | 0 | 0.52 | 0.06 | 84.48 | 0.81 | 0.7 |
| Hex | BD | F0 | 73 | 15 | 0 | 34 | 6 | 54 | 51 | 46 |
| Octal | 275 | 360 | 163 | 25 | 0 | 64 | 6 | 124 | 121 | 106 |
| Binary | 10111101 | 11110000 | 1110011 | 10101 | 0 | 110100 | 110 | 1010100 | 1010001 | 1000110 |
Color Harmonies of #BDF073
Complementary color
Monochromatic Colors of #BDF073
Black with #BDF073
Text Example
Text Example
White with #BDF073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF073; }
p { color: rgb(189,240,115); }
H1.HeaderClassName
{
color: #BDF073;
}
.AnyTagClassName
{
color: #BDF073;
}
</style>
background-color css
<style>
a { background-color: #BDF073; }
a { background-color: rgb(189,240,115); }
div.DivClassName
{
background-color: #BDF073;
}
.BgClassName
{
background-color: #BDF073;
}
</style>
border-color css
<style>
span { border-color: #BDF073; }
span { border-color: rgb(189,240,115); }
td.TdClassName
{
border-color: #BDF073;
}
.TagClassName
{
border-color: #BDF073;
}
</style>