Shades of Sulu #C2DE6C
Tints of Sulu #C2DE6C
RGB
CMYK
RGB Variations
Color information
#C2DE6C (or 0xC2DE6C) is known color: Sulu. HEX triplet: C2, DE and 6C. RGB value is (194,222,108). Sum of RGB (Red+Green+Blue) = 194+222+108=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DE6C is #3D2193. Grayscale: #C9C9C9. Windows color (decimal): -4006292 or 7134914. OLE color: 7134914.
HSL color Cylindrical-coordinate representation of color #C2DE6C: hue angle of 74.74º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2DE6C is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 108 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.13 |
| HSL | 74.74º | 0.63% | 0.65% | - |
| HSV(B) | 74.74º | 0.51% | 0.87% | - |
| XYZ | 51.08 | 64.79 | 24 | - |
| YUV | 200.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 108 | 0.13 | 0 | 0.51 | 0.13 | 74.74 | 0.63 | 0.65 |
| Hex | C2 | DE | 6C | D | 0 | 33 | D | 4B | 3F | 41 |
| Octal | 302 | 336 | 154 | 15 | 0 | 63 | 15 | 113 | 77 | 101 |
| Binary | 11000010 | 11011110 | 1101100 | 1101 | 0 | 110011 | 1101 | 1001011 | 111111 | 1000001 |
Color Harmonies of #C2DE6C
Complementary color
Monochromatic Colors of #C2DE6C
Black with #C2DE6C
Text Example
Text Example
White with #C2DE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DE6C; }
p { color: rgb(194,222,108); }
H1.HeaderClassName
{
color: #C2DE6C;
}
.AnyTagClassName
{
color: #C2DE6C;
}
</style>
background-color css
<style>
a { background-color: #C2DE6C; }
a { background-color: rgb(194,222,108); }
div.DivClassName
{
background-color: #C2DE6C;
}
.BgClassName
{
background-color: #C2DE6C;
}
</style>
border-color css
<style>
span { border-color: #C2DE6C; }
span { border-color: rgb(194,222,108); }
td.TdClassName
{
border-color: #C2DE6C;
}
.TagClassName
{
border-color: #C2DE6C;
}
</style>