Shades of Sulu #C2EA65
Tints of Sulu #C2EA65
RGB
CMYK
RGB Variations
Color information
#C2EA65 (or 0xC2EA65) is known color: Sulu. HEX triplet: C2, EA and 65. RGB value is (194,234,101). Sum of RGB (Red+Green+Blue) = 194+234+101=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EA65 is #3D159A. Grayscale: #CFCFCF. Windows color (decimal): -4003227 or 6679234. OLE color: 6679234.
HSL color Cylindrical-coordinate representation of color #C2EA65: hue angle of 78.05º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2EA65 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 101 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.08 |
| HSL | 78.05º | 0.76% | 0.66% | - |
| HSV(B) | 78.05º | 0.57% | 0.92% | - |
| XYZ | 54.02 | 71.25 | 23.22 | - |
| YUV | 206.88 | 68.25 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 101 | 0.17 | 0 | 0.57 | 0.08 | 78.05 | 0.76 | 0.66 |
| Hex | C2 | EA | 65 | 11 | 0 | 39 | 8 | 4E | 4C | 42 |
| Octal | 302 | 352 | 145 | 21 | 0 | 71 | 10 | 116 | 114 | 102 |
| Binary | 11000010 | 11101010 | 1100101 | 10001 | 0 | 111001 | 1000 | 1001110 | 1001100 | 1000010 |
Color Harmonies of #C2EA65
Complementary color
Monochromatic Colors of #C2EA65
Black with #C2EA65
Text Example
Text Example
White with #C2EA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA65; }
p { color: rgb(194,234,101); }
H1.HeaderClassName
{
color: #C2EA65;
}
.AnyTagClassName
{
color: #C2EA65;
}
</style>
background-color css
<style>
a { background-color: #C2EA65; }
a { background-color: rgb(194,234,101); }
div.DivClassName
{
background-color: #C2EA65;
}
.BgClassName
{
background-color: #C2EA65;
}
</style>
border-color css
<style>
span { border-color: #C2EA65; }
span { border-color: rgb(194,234,101); }
td.TdClassName
{
border-color: #C2EA65;
}
.TagClassName
{
border-color: #C2EA65;
}
</style>