Shades of Sulu #C2EA6A
Tints of Sulu #C2EA6A
RGB
CMYK
RGB Variations
Color information
#C2EA6A (or 0xC2EA6A) is known color: Sulu. HEX triplet: C2, EA and 6A. RGB value is (194,234,106). Sum of RGB (Red+Green+Blue) = 194+234+106=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EA6A is #3D1595. Grayscale: #CFCFCF. Windows color (decimal): -4003222 or 7006914. OLE color: 7006914.
HSL color Cylindrical-coordinate representation of color #C2EA6A: hue angle of 78.75º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2EA6A is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 106 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.08 |
| HSL | 78.75º | 0.75% | 0.67% | - |
| HSV(B) | 78.75º | 0.55% | 0.92% | - |
| XYZ | 54.27 | 71.36 | 24.55 | - |
| YUV | 207.45 | 70.75 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 106 | 0.17 | 0 | 0.55 | 0.08 | 78.75 | 0.75 | 0.67 |
| Hex | C2 | EA | 6A | 11 | 0 | 37 | 8 | 4F | 4B | 43 |
| Octal | 302 | 352 | 152 | 21 | 0 | 67 | 10 | 117 | 113 | 103 |
| Binary | 11000010 | 11101010 | 1101010 | 10001 | 0 | 110111 | 1000 | 1001111 | 1001011 | 1000011 |
Color Harmonies of #C2EA6A
Complementary color
Monochromatic Colors of #C2EA6A
Black with #C2EA6A
Text Example
Text Example
White with #C2EA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA6A; }
p { color: rgb(194,234,106); }
H1.HeaderClassName
{
color: #C2EA6A;
}
.AnyTagClassName
{
color: #C2EA6A;
}
</style>
background-color css
<style>
a { background-color: #C2EA6A; }
a { background-color: rgb(194,234,106); }
div.DivClassName
{
background-color: #C2EA6A;
}
.BgClassName
{
background-color: #C2EA6A;
}
</style>
border-color css
<style>
span { border-color: #C2EA6A; }
span { border-color: rgb(194,234,106); }
td.TdClassName
{
border-color: #C2EA6A;
}
.TagClassName
{
border-color: #C2EA6A;
}
</style>