Shades of Sulu #BDF370
Tints of Sulu #BDF370
RGB
CMYK
RGB Variations
Color information
#BDF370 (or 0xBDF370) is known color: Sulu. HEX triplet: BD, F3 and 70. RGB value is (189,243,112). Sum of RGB (Red+Green+Blue) = 189+243+112=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF370 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF370 is #420C8F. Grayscale: #D4D4D4. Windows color (decimal): -4328592 or 7402429. OLE color: 7402429.
HSL color Cylindrical-coordinate representation of color #BDF370: hue angle of 84.73º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDF370 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 112 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.05 |
| HSL | 84.73º | 0.85% | 0.7% | - |
| HSV(B) | 84.73º | 0.54% | 0.95% | - |
| XYZ | 55.96 | 76.09 | 27.07 | - |
| YUV | 211.92 | 71.61 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 112 | 0.22 | 0 | 0.54 | 0.05 | 84.73 | 0.85 | 0.7 |
| Hex | BD | F3 | 70 | 16 | 0 | 36 | 5 | 55 | 55 | 46 |
| Octal | 275 | 363 | 160 | 26 | 0 | 66 | 5 | 125 | 125 | 106 |
| Binary | 10111101 | 11110011 | 1110000 | 10110 | 0 | 110110 | 101 | 1010101 | 1010101 | 1000110 |
Color Harmonies of #BDF370
Complementary color
Monochromatic Colors of #BDF370
Black with #BDF370
Text Example
Text Example
White with #BDF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF370; }
p { color: rgb(189,243,112); }
H1.HeaderClassName
{
color: #BDF370;
}
.AnyTagClassName
{
color: #BDF370;
}
</style>
background-color css
<style>
a { background-color: #BDF370; }
a { background-color: rgb(189,243,112); }
div.DivClassName
{
background-color: #BDF370;
}
.BgClassName
{
background-color: #BDF370;
}
</style>
border-color css
<style>
span { border-color: #BDF370; }
span { border-color: rgb(189,243,112); }
td.TdClassName
{
border-color: #BDF370;
}
.TagClassName
{
border-color: #BDF370;
}
</style>