Shades of Sulu #BDF372
Tints of Sulu #BDF372
RGB
CMYK
RGB Variations
Color information
#BDF372 (or 0xBDF372) is known color: Sulu. HEX triplet: BD, F3 and 72. RGB value is (189,243,114). Sum of RGB (Red+Green+Blue) = 189+243+114=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF372 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF372 is #420C8D. Grayscale: #D4D4D4. Windows color (decimal): -4328590 or 7533501. OLE color: 7533501.
HSL color Cylindrical-coordinate representation of color #BDF372: hue angle of 85.12º degrees, saturation: 0.84, 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 #BDF372 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 114 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.05 |
| HSL | 85.12º | 0.84% | 0.7% | - |
| HSV(B) | 85.12º | 0.53% | 0.95% | - |
| XYZ | 56.07 | 76.13 | 27.66 | - |
| YUV | 212.15 | 72.61 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 114 | 0.22 | 0 | 0.53 | 0.05 | 85.12 | 0.84 | 0.7 |
| Hex | BD | F3 | 72 | 16 | 0 | 35 | 5 | 55 | 54 | 46 |
| Octal | 275 | 363 | 162 | 26 | 0 | 65 | 5 | 125 | 124 | 106 |
| Binary | 10111101 | 11110011 | 1110010 | 10110 | 0 | 110101 | 101 | 1010101 | 1010100 | 1000110 |
Color Harmonies of #BDF372
Complementary color
Monochromatic Colors of #BDF372
Black with #BDF372
Text Example
Text Example
White with #BDF372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF372; }
p { color: rgb(189,243,114); }
H1.HeaderClassName
{
color: #BDF372;
}
.AnyTagClassName
{
color: #BDF372;
}
</style>
background-color css
<style>
a { background-color: #BDF372; }
a { background-color: rgb(189,243,114); }
div.DivClassName
{
background-color: #BDF372;
}
.BgClassName
{
background-color: #BDF372;
}
</style>
border-color css
<style>
span { border-color: #BDF372; }
span { border-color: rgb(189,243,114); }
td.TdClassName
{
border-color: #BDF372;
}
.TagClassName
{
border-color: #BDF372;
}
</style>