Shades of Sulu #C2EA7F
Tints of Sulu #C2EA7F
RGB
CMYK
RGB Variations
Color information
#C2EA7F (or 0xC2EA7F) is known color: Sulu. HEX triplet: C2, EA and 7F. RGB value is (194,234,127). Sum of RGB (Red+Green+Blue) = 194+234+127=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EA7F is #3D1580. Grayscale: #D2D2D2. Windows color (decimal): -4003201 or 8383170. OLE color: 8383170.
HSL color Cylindrical-coordinate representation of color #C2EA7F: hue angle of 82.43º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2EA7F is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 127 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.08 |
| HSL | 82.43º | 0.72% | 0.71% | - |
| HSV(B) | 82.43º | 0.46% | 0.92% | - |
| XYZ | 55.5 | 71.85 | 31.02 | - |
| YUV | 209.84 | 81.25 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 127 | 0.17 | 0 | 0.46 | 0.08 | 82.43 | 0.72 | 0.71 |
| Hex | C2 | EA | 7F | 11 | 0 | 2E | 8 | 52 | 48 | 47 |
| Octal | 302 | 352 | 177 | 21 | 0 | 56 | 10 | 122 | 110 | 107 |
| Binary | 11000010 | 11101010 | 1111111 | 10001 | 0 | 101110 | 1000 | 1010010 | 1001000 | 1000111 |
Color Harmonies of #C2EA7F
Complementary color
Monochromatic Colors of #C2EA7F
Black with #C2EA7F
Text Example
Text Example
White with #C2EA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA7F; }
p { color: rgb(194,234,127); }
H1.HeaderClassName
{
color: #C2EA7F;
}
.AnyTagClassName
{
color: #C2EA7F;
}
</style>
background-color css
<style>
a { background-color: #C2EA7F; }
a { background-color: rgb(194,234,127); }
div.DivClassName
{
background-color: #C2EA7F;
}
.BgClassName
{
background-color: #C2EA7F;
}
</style>
border-color css
<style>
span { border-color: #C2EA7F; }
span { border-color: rgb(194,234,127); }
td.TdClassName
{
border-color: #C2EA7F;
}
.TagClassName
{
border-color: #C2EA7F;
}
</style>