Shades of Sulu #BDE770
Tints of Sulu #BDE770
RGB
CMYK
RGB Variations
Color information
#BDE770 (or 0xBDE770) is known color: Sulu. HEX triplet: BD, E7 and 70. RGB value is (189,231,112). Sum of RGB (Red+Green+Blue) = 189+231+112=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE770 is #42188F. Grayscale: #CDCDCD. Windows color (decimal): -4331664 or 7399357. OLE color: 7399357.
HSL color Cylindrical-coordinate representation of color #BDE770: hue angle of 81.18º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDE770 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 112 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.09 |
| HSL | 81.18º | 0.71% | 0.67% | - |
| HSV(B) | 81.18º | 0.52% | 0.91% | - |
| XYZ | 52.49 | 69.14 | 25.91 | - |
| YUV | 204.88 | 75.59 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 112 | 0.18 | 0 | 0.52 | 0.09 | 81.18 | 0.71 | 0.67 |
| Hex | BD | E7 | 70 | 12 | 0 | 34 | 9 | 51 | 47 | 43 |
| Octal | 275 | 347 | 160 | 22 | 0 | 64 | 11 | 121 | 107 | 103 |
| Binary | 10111101 | 11100111 | 1110000 | 10010 | 0 | 110100 | 1001 | 1010001 | 1000111 | 1000011 |
Color Harmonies of #BDE770
Complementary color
Monochromatic Colors of #BDE770
Black with #BDE770
Text Example
Text Example
White with #BDE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE770; }
p { color: rgb(189,231,112); }
H1.HeaderClassName
{
color: #BDE770;
}
.AnyTagClassName
{
color: #BDE770;
}
</style>
background-color css
<style>
a { background-color: #BDE770; }
a { background-color: rgb(189,231,112); }
div.DivClassName
{
background-color: #BDE770;
}
.BgClassName
{
background-color: #BDE770;
}
</style>
border-color css
<style>
span { border-color: #BDE770; }
span { border-color: rgb(189,231,112); }
td.TdClassName
{
border-color: #BDE770;
}
.TagClassName
{
border-color: #BDE770;
}
</style>