Shades of Sulu #BDE979
Tints of Sulu #BDE979
RGB
CMYK
RGB Variations
Color information
#BDE979 (or 0xBDE979) is known color: Sulu. HEX triplet: BD, E9 and 79. RGB value is (189,233,121). Sum of RGB (Red+Green+Blue) = 189+233+121=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 121 (47.66% from 255 or 22.28% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE979 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE979 is #421686. Grayscale: #CFCFCF. Windows color (decimal): -4331143 or 7989693. OLE color: 7989693.
HSL color Cylindrical-coordinate representation of color #BDE979: hue angle of 83.57º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDE979 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 121 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.09 |
| HSL | 83.57º | 0.72% | 0.69% | - |
| HSV(B) | 83.57º | 0.48% | 0.91% | - |
| XYZ | 53.58 | 70.48 | 28.87 | - |
| YUV | 207.08 | 79.42 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 121 | 0.19 | 0 | 0.48 | 0.09 | 83.57 | 0.72 | 0.69 |
| Hex | BD | E9 | 79 | 13 | 0 | 30 | 9 | 54 | 48 | 45 |
| Octal | 275 | 351 | 171 | 23 | 0 | 60 | 11 | 124 | 110 | 105 |
| Binary | 10111101 | 11101001 | 1111001 | 10011 | 0 | 110000 | 1001 | 1010100 | 1001000 | 1000101 |
Color Harmonies of #BDE979
Complementary color
Monochromatic Colors of #BDE979
Black with #BDE979
Text Example
Text Example
White with #BDE979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE979; }
p { color: rgb(189,233,121); }
H1.HeaderClassName
{
color: #BDE979;
}
.AnyTagClassName
{
color: #BDE979;
}
</style>
background-color css
<style>
a { background-color: #BDE979; }
a { background-color: rgb(189,233,121); }
div.DivClassName
{
background-color: #BDE979;
}
.BgClassName
{
background-color: #BDE979;
}
</style>
border-color css
<style>
span { border-color: #BDE979; }
span { border-color: rgb(189,233,121); }
td.TdClassName
{
border-color: #BDE979;
}
.TagClassName
{
border-color: #BDE979;
}
</style>