Shades of Sulu #BDF572
Tints of Sulu #BDF572
RGB
CMYK
RGB Variations
Color information
#BDF572 (or 0xBDF572) is known color: Sulu. HEX triplet: BD, F5 and 72. RGB value is (189,245,114). Sum of RGB (Red+Green+Blue) = 189+245+114=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF572 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF572 is #420A8D. Grayscale: #D5D5D5. Windows color (decimal): -4328078 or 7534013. OLE color: 7534013.
HSL color Cylindrical-coordinate representation of color #BDF572: hue angle of 85.65º degrees, saturation: 0.87, 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 #BDF572 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 114 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.04 |
| HSL | 85.65º | 0.87% | 0.7% | - |
| HSV(B) | 85.65º | 0.53% | 0.96% | - |
| XYZ | 56.68 | 77.34 | 27.86 | - |
| YUV | 213.32 | 71.95 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 114 | 0.23 | 0 | 0.53 | 0.04 | 85.65 | 0.87 | 0.7 |
| Hex | BD | F5 | 72 | 17 | 0 | 35 | 4 | 56 | 57 | 46 |
| Octal | 275 | 365 | 162 | 27 | 0 | 65 | 4 | 126 | 127 | 106 |
| Binary | 10111101 | 11110101 | 1110010 | 10111 | 0 | 110101 | 100 | 1010110 | 1010111 | 1000110 |
Color Harmonies of #BDF572
Complementary color
Monochromatic Colors of #BDF572
Black with #BDF572
Text Example
Text Example
White with #BDF572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF572; }
p { color: rgb(189,245,114); }
H1.HeaderClassName
{
color: #BDF572;
}
.AnyTagClassName
{
color: #BDF572;
}
</style>
background-color css
<style>
a { background-color: #BDF572; }
a { background-color: rgb(189,245,114); }
div.DivClassName
{
background-color: #BDF572;
}
.BgClassName
{
background-color: #BDF572;
}
</style>
border-color css
<style>
span { border-color: #BDF572; }
span { border-color: rgb(189,245,114); }
td.TdClassName
{
border-color: #BDF572;
}
.TagClassName
{
border-color: #BDF572;
}
</style>