Shades of Sulu #BEDD84
Tints of Sulu #BEDD84
RGB
CMYK
RGB Variations
Color information
#BEDD84 (or 0xBEDD84) is known color: Sulu. HEX triplet: BE, DD and 84. RGB value is (190,221,132). Sum of RGB (Red+Green+Blue) = 190+221+132=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD84 is #41227B. Grayscale: #C9C9C9. Windows color (decimal): -4268668 or 8707518. OLE color: 8707518.
HSL color Cylindrical-coordinate representation of color #BEDD84: hue angle of 80.9º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEDD84 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 132 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.13 |
| HSL | 80.9º | 0.57% | 0.69% | - |
| HSV(B) | 80.9º | 0.4% | 0.87% | - |
| XYZ | 51.26 | 64.33 | 31.54 | - |
| YUV | 201.59 | 88.73 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 132 | 0.14 | 0 | 0.40 | 0.13 | 80.9 | 0.57 | 0.69 |
| Hex | BE | DD | 84 | E | 0 | 28 | D | 51 | 39 | 45 |
| Octal | 276 | 335 | 204 | 16 | 0 | 50 | 15 | 121 | 71 | 105 |
| Binary | 10111110 | 11011101 | 10000100 | 1110 | 0 | 101000 | 1101 | 1010001 | 111001 | 1000101 |
Color Harmonies of #BEDD84
Complementary color
Monochromatic Colors of #BEDD84
Black with #BEDD84
Text Example
Text Example
White with #BEDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD84; }
p { color: rgb(190,221,132); }
H1.HeaderClassName
{
color: #BEDD84;
}
.AnyTagClassName
{
color: #BEDD84;
}
</style>
background-color css
<style>
a { background-color: #BEDD84; }
a { background-color: rgb(190,221,132); }
div.DivClassName
{
background-color: #BEDD84;
}
.BgClassName
{
background-color: #BEDD84;
}
</style>
border-color css
<style>
span { border-color: #BEDD84; }
span { border-color: rgb(190,221,132); }
td.TdClassName
{
border-color: #BEDD84;
}
.TagClassName
{
border-color: #BEDD84;
}
</style>