Shades of Sulu #BDE370
Tints of Sulu #BDE370
RGB
CMYK
RGB Variations
Color information
#BDE370 (or 0xBDE370) is known color: Sulu. HEX triplet: BD, E3 and 70. RGB value is (189,227,112). Sum of RGB (Red+Green+Blue) = 189+227+112=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE370 is #421C8F. Grayscale: #CACACA. Windows color (decimal): -4332688 or 7398333. OLE color: 7398333.
HSL color Cylindrical-coordinate representation of color #BDE370: hue angle of 79.83º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDE370 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 112 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.11 |
| HSL | 79.83º | 0.67% | 0.66% | - |
| HSV(B) | 79.83º | 0.51% | 0.89% | - |
| XYZ | 51.38 | 66.93 | 25.54 | - |
| YUV | 202.53 | 76.91 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 112 | 0.17 | 0 | 0.51 | 0.11 | 79.83 | 0.67 | 0.66 |
| Hex | BD | E3 | 70 | 11 | 0 | 33 | B | 50 | 43 | 42 |
| Octal | 275 | 343 | 160 | 21 | 0 | 63 | 13 | 120 | 103 | 102 |
| Binary | 10111101 | 11100011 | 1110000 | 10001 | 0 | 110011 | 1011 | 1010000 | 1000011 | 1000010 |
Color Harmonies of #BDE370
Complementary color
Monochromatic Colors of #BDE370
Black with #BDE370
Text Example
Text Example
White with #BDE370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE370; }
p { color: rgb(189,227,112); }
H1.HeaderClassName
{
color: #BDE370;
}
.AnyTagClassName
{
color: #BDE370;
}
</style>
background-color css
<style>
a { background-color: #BDE370; }
a { background-color: rgb(189,227,112); }
div.DivClassName
{
background-color: #BDE370;
}
.BgClassName
{
background-color: #BDE370;
}
</style>
border-color css
<style>
span { border-color: #BDE370; }
span { border-color: rgb(189,227,112); }
td.TdClassName
{
border-color: #BDE370;
}
.TagClassName
{
border-color: #BDE370;
}
</style>