Shades of Sulu #C2DE6E
Tints of Sulu #C2DE6E
RGB
CMYK
RGB Variations
Color information
#C2DE6E (or 0xC2DE6E) is known color: Sulu. HEX triplet: C2, DE and 6E. RGB value is (194,222,110). Sum of RGB (Red+Green+Blue) = 194+222+110=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DE6E is #3D2191. Grayscale: #C9C9C9. Windows color (decimal): -4006290 or 7265986. OLE color: 7265986.
HSL color Cylindrical-coordinate representation of color #C2DE6E: hue angle of 75º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2DE6E is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 110 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.13 |
| HSL | 75º | 0.63% | 0.65% | - |
| HSV(B) | 75º | 0.5% | 0.87% | - |
| XYZ | 51.18 | 64.84 | 24.57 | - |
| YUV | 200.86 | 76.72 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 110 | 0.13 | 0 | 0.50 | 0.13 | 75 | 0.63 | 0.65 |
| Hex | C2 | DE | 6E | D | 0 | 32 | D | 4B | 3F | 41 |
| Octal | 302 | 336 | 156 | 15 | 0 | 62 | 15 | 113 | 77 | 101 |
| Binary | 11000010 | 11011110 | 1101110 | 1101 | 0 | 110010 | 1101 | 1001011 | 111111 | 1000001 |
Color Harmonies of #C2DE6E
Complementary color
Monochromatic Colors of #C2DE6E
Black with #C2DE6E
Text Example
Text Example
White with #C2DE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DE6E; }
p { color: rgb(194,222,110); }
H1.HeaderClassName
{
color: #C2DE6E;
}
.AnyTagClassName
{
color: #C2DE6E;
}
</style>
background-color css
<style>
a { background-color: #C2DE6E; }
a { background-color: rgb(194,222,110); }
div.DivClassName
{
background-color: #C2DE6E;
}
.BgClassName
{
background-color: #C2DE6E;
}
</style>
border-color css
<style>
span { border-color: #C2DE6E; }
span { border-color: rgb(194,222,110); }
td.TdClassName
{
border-color: #C2DE6E;
}
.TagClassName
{
border-color: #C2DE6E;
}
</style>