Shades of Sulu #C2DE8A
Tints of Sulu #C2DE8A
RGB
CMYK
RGB Variations
Color information
#C2DE8A (or 0xC2DE8A) is known color: Sulu. HEX triplet: C2, DE and 8A. RGB value is (194,222,138). Sum of RGB (Red+Green+Blue) = 194+222+138=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DE8A is #3D2175. Grayscale: #CCCCCC. Windows color (decimal): -4006262 or 9100994. OLE color: 9100994.
HSL color Cylindrical-coordinate representation of color #C2DE8A: hue angle of 80º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2DE8A is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 138 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.13 |
| HSL | 80º | 0.56% | 0.71% | - |
| HSV(B) | 80º | 0.38% | 0.87% | - |
| XYZ | 52.96 | 65.55 | 33.91 | - |
| YUV | 204.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 138 | 0.13 | 0 | 0.38 | 0.13 | 80 | 0.56 | 0.71 |
| Hex | C2 | DE | 8A | D | 0 | 26 | D | 50 | 38 | 47 |
| Octal | 302 | 336 | 212 | 15 | 0 | 46 | 15 | 120 | 70 | 107 |
| Binary | 11000010 | 11011110 | 10001010 | 1101 | 0 | 100110 | 1101 | 1010000 | 111000 | 1000111 |
Color Harmonies of #C2DE8A
Complementary color
Monochromatic Colors of #C2DE8A
Black with #C2DE8A
Text Example
Text Example
White with #C2DE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DE8A; }
p { color: rgb(194,222,138); }
H1.HeaderClassName
{
color: #C2DE8A;
}
.AnyTagClassName
{
color: #C2DE8A;
}
</style>
background-color css
<style>
a { background-color: #C2DE8A; }
a { background-color: rgb(194,222,138); }
div.DivClassName
{
background-color: #C2DE8A;
}
.BgClassName
{
background-color: #C2DE8A;
}
</style>
border-color css
<style>
span { border-color: #C2DE8A; }
span { border-color: rgb(194,222,138); }
td.TdClassName
{
border-color: #C2DE8A;
}
.TagClassName
{
border-color: #C2DE8A;
}
</style>