Shades of Sulu #C2EA69
Tints of Sulu #C2EA69
RGB
CMYK
RGB Variations
Color information
#C2EA69 (or 0xC2EA69) is known color: Sulu. HEX triplet: C2, EA and 69. RGB value is (194,234,105). Sum of RGB (Red+Green+Blue) = 194+234+105=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EA69 is #3D1596. Grayscale: #CFCFCF. Windows color (decimal): -4003223 or 6941378. OLE color: 6941378.
HSL color Cylindrical-coordinate representation of color #C2EA69: hue angle of 78.6º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2EA69 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 105 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.08 |
| HSL | 78.6º | 0.75% | 0.66% | - |
| HSV(B) | 78.6º | 0.55% | 0.92% | - |
| XYZ | 54.22 | 71.33 | 24.28 | - |
| YUV | 207.33 | 70.25 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 105 | 0.17 | 0 | 0.55 | 0.08 | 78.6 | 0.75 | 0.66 |
| Hex | C2 | EA | 69 | 11 | 0 | 37 | 8 | 4F | 4B | 42 |
| Octal | 302 | 352 | 151 | 21 | 0 | 67 | 10 | 117 | 113 | 102 |
| Binary | 11000010 | 11101010 | 1101001 | 10001 | 0 | 110111 | 1000 | 1001111 | 1001011 | 1000010 |
Color Harmonies of #C2EA69
Complementary color
Monochromatic Colors of #C2EA69
Black with #C2EA69
Text Example
Text Example
White with #C2EA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA69; }
p { color: rgb(194,234,105); }
H1.HeaderClassName
{
color: #C2EA69;
}
.AnyTagClassName
{
color: #C2EA69;
}
</style>
background-color css
<style>
a { background-color: #C2EA69; }
a { background-color: rgb(194,234,105); }
div.DivClassName
{
background-color: #C2EA69;
}
.BgClassName
{
background-color: #C2EA69;
}
</style>
border-color css
<style>
span { border-color: #C2EA69; }
span { border-color: rgb(194,234,105); }
td.TdClassName
{
border-color: #C2EA69;
}
.TagClassName
{
border-color: #C2EA69;
}
</style>