Shades of Sulu #C2EA6C
Tints of Sulu #C2EA6C
RGB
CMYK
RGB Variations
Color information
#C2EA6C (or 0xC2EA6C) is known color: Sulu. HEX triplet: C2, EA and 6C. RGB value is (194,234,108). Sum of RGB (Red+Green+Blue) = 194+234+108=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EA6C is #3D1593. Grayscale: #D0D0D0. Windows color (decimal): -4003220 or 7137986. OLE color: 7137986.
HSL color Cylindrical-coordinate representation of color #C2EA6C: hue angle of 79.05º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2EA6C is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 108 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.08 |
| HSL | 79.05º | 0.75% | 0.67% | - |
| HSV(B) | 79.05º | 0.54% | 0.92% | - |
| XYZ | 54.38 | 71.4 | 25.1 | - |
| YUV | 207.68 | 71.75 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 108 | 0.17 | 0 | 0.54 | 0.08 | 79.05 | 0.75 | 0.67 |
| Hex | C2 | EA | 6C | 11 | 0 | 36 | 8 | 4F | 4B | 43 |
| Octal | 302 | 352 | 154 | 21 | 0 | 66 | 10 | 117 | 113 | 103 |
| Binary | 11000010 | 11101010 | 1101100 | 10001 | 0 | 110110 | 1000 | 1001111 | 1001011 | 1000011 |
Color Harmonies of #C2EA6C
Complementary color
Monochromatic Colors of #C2EA6C
Black with #C2EA6C
Text Example
Text Example
White with #C2EA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA6C; }
p { color: rgb(194,234,108); }
H1.HeaderClassName
{
color: #C2EA6C;
}
.AnyTagClassName
{
color: #C2EA6C;
}
</style>
background-color css
<style>
a { background-color: #C2EA6C; }
a { background-color: rgb(194,234,108); }
div.DivClassName
{
background-color: #C2EA6C;
}
.BgClassName
{
background-color: #C2EA6C;
}
</style>
border-color css
<style>
span { border-color: #C2EA6C; }
span { border-color: rgb(194,234,108); }
td.TdClassName
{
border-color: #C2EA6C;
}
.TagClassName
{
border-color: #C2EA6C;
}
</style>