Shades of Sulu #C2DA84
Tints of Sulu #C2DA84
RGB
CMYK
RGB Variations
Color information
#C2DA84 (or 0xC2DA84) is known color: Sulu. HEX triplet: C2, DA and 84. RGB value is (194,218,132). Sum of RGB (Red+Green+Blue) = 194+218+132=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 132 (51.95% from 255 or 24.26% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DA84 is #3D257B. Grayscale: #C9C9C9. Windows color (decimal): -4007292 or 8706754. OLE color: 8706754.
HSL color Cylindrical-coordinate representation of color #C2DA84: hue angle of 76.74º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2DA84 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 132 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.15 |
| HSL | 76.74º | 0.54% | 0.69% | - |
| HSV(B) | 76.74º | 0.39% | 0.85% | - |
| XYZ | 51.48 | 63.28 | 31.33 | - |
| YUV | 201.02 | 89.05 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 132 | 0.11 | 0 | 0.39 | 0.15 | 76.74 | 0.54 | 0.69 |
| Hex | C2 | DA | 84 | B | 0 | 27 | F | 4D | 36 | 45 |
| Octal | 302 | 332 | 204 | 13 | 0 | 47 | 17 | 115 | 66 | 105 |
| Binary | 11000010 | 11011010 | 10000100 | 1011 | 0 | 100111 | 1111 | 1001101 | 110110 | 1000101 |
Color Harmonies of #C2DA84
Complementary color
Monochromatic Colors of #C2DA84
Black with #C2DA84
Text Example
Text Example
White with #C2DA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DA84; }
p { color: rgb(194,218,132); }
H1.HeaderClassName
{
color: #C2DA84;
}
.AnyTagClassName
{
color: #C2DA84;
}
</style>
background-color css
<style>
a { background-color: #C2DA84; }
a { background-color: rgb(194,218,132); }
div.DivClassName
{
background-color: #C2DA84;
}
.BgClassName
{
background-color: #C2DA84;
}
</style>
border-color css
<style>
span { border-color: #C2DA84; }
span { border-color: rgb(194,218,132); }
td.TdClassName
{
border-color: #C2DA84;
}
.TagClassName
{
border-color: #C2DA84;
}
</style>