Shades of Sulu #C2DE6F
Tints of Sulu #C2DE6F
RGB
CMYK
RGB Variations
Color information
#C2DE6F (or 0xC2DE6F) is known color: Sulu. HEX triplet: C2, DE and 6F. RGB value is (194,222,111). Sum of RGB (Red+Green+Blue) = 194+222+111=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DE6F is #3D2190. Grayscale: #C9C9C9. Windows color (decimal): -4006289 or 7331522. OLE color: 7331522.
HSL color Cylindrical-coordinate representation of color #C2DE6F: hue angle of 75.14º 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 #C2DE6F is Cyan = 0.13, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 111 | - |
| CMYK | 0.13 | 0 | 0.5 | 0.13 |
| HSL | 75.14º | 0.63% | 0.65% | - |
| HSV(B) | 75.14º | 0.5% | 0.87% | - |
| XYZ | 51.24 | 64.86 | 24.86 | - |
| YUV | 200.97 | 77.22 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 111 | 0.13 | 0 | 0.5 | 0.13 | 75.14 | 0.63 | 0.65 |
| Hex | C2 | DE | 6F | D | 0 | 32 | D | 4B | 3F | 41 |
| Octal | 302 | 336 | 157 | 15 | 0 | 62 | 15 | 113 | 77 | 101 |
| Binary | 11000010 | 11011110 | 1101111 | 1101 | 0 | 110010 | 1101 | 1001011 | 111111 | 1000001 |
Color Harmonies of #C2DE6F
Complementary color
Monochromatic Colors of #C2DE6F
Black with #C2DE6F
Text Example
Text Example
White with #C2DE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DE6F; }
p { color: rgb(194,222,111); }
H1.HeaderClassName
{
color: #C2DE6F;
}
.AnyTagClassName
{
color: #C2DE6F;
}
</style>
background-color css
<style>
a { background-color: #C2DE6F; }
a { background-color: rgb(194,222,111); }
div.DivClassName
{
background-color: #C2DE6F;
}
.BgClassName
{
background-color: #C2DE6F;
}
</style>
border-color css
<style>
span { border-color: #C2DE6F; }
span { border-color: rgb(194,222,111); }
td.TdClassName
{
border-color: #C2DE6F;
}
.TagClassName
{
border-color: #C2DE6F;
}
</style>