Shades of Sulu #BDDE79
Tints of Sulu #BDDE79
RGB
CMYK
RGB Variations
Color information
#BDDE79 (or 0xBDDE79) is known color: Sulu. HEX triplet: BD, DE and 79. RGB value is (189,222,121). Sum of RGB (Red+Green+Blue) = 189+222+121=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 121 (47.66% from 255 or 22.74% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE79 is #422186. Grayscale: #C8C8C8. Windows color (decimal): -4333959 or 7986877. OLE color: 7986877.
HSL color Cylindrical-coordinate representation of color #BDDE79: hue angle of 79.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDDE79 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 121 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.13 |
| HSL | 79.6º | 0.6% | 0.67% | - |
| HSV(B) | 79.6º | 0.45% | 0.87% | - |
| XYZ | 50.56 | 64.44 | 27.86 | - |
| YUV | 200.62 | 83.07 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 121 | 0.15 | 0 | 0.45 | 0.13 | 79.6 | 0.6 | 0.67 |
| Hex | BD | DE | 79 | F | 0 | 2D | D | 50 | 3C | 43 |
| Octal | 275 | 336 | 171 | 17 | 0 | 55 | 15 | 120 | 74 | 103 |
| Binary | 10111101 | 11011110 | 1111001 | 1111 | 0 | 101101 | 1101 | 1010000 | 111100 | 1000011 |
Color Harmonies of #BDDE79
Complementary color
Monochromatic Colors of #BDDE79
Black with #BDDE79
Text Example
Text Example
White with #BDDE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDE79; }
p { color: rgb(189,222,121); }
H1.HeaderClassName
{
color: #BDDE79;
}
.AnyTagClassName
{
color: #BDDE79;
}
</style>
background-color css
<style>
a { background-color: #BDDE79; }
a { background-color: rgb(189,222,121); }
div.DivClassName
{
background-color: #BDDE79;
}
.BgClassName
{
background-color: #BDDE79;
}
</style>
border-color css
<style>
span { border-color: #BDDE79; }
span { border-color: rgb(189,222,121); }
td.TdClassName
{
border-color: #BDDE79;
}
.TagClassName
{
border-color: #BDDE79;
}
</style>