Shades of Sulu #C2E774
Tints of Sulu #C2E774
RGB
CMYK
RGB Variations
Color information
#C2E774 (or 0xC2E774) is known color: Sulu. HEX triplet: C2, E7 and 74. RGB value is (194,231,116). Sum of RGB (Red+Green+Blue) = 194+231+116=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E774 is #3D188B. Grayscale: #CFCFCF. Windows color (decimal): -4003980 or 7661506. OLE color: 7661506.
HSL color Cylindrical-coordinate representation of color #C2E774: hue angle of 79.3º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2E774 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 231 | 116 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.09 |
| HSL | 79.3º | 0.71% | 0.68% | - |
| HSV(B) | 79.3º | 0.5% | 0.91% | - |
| XYZ | 53.98 | 69.88 | 27.17 | - |
| YUV | 206.83 | 76.74 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 231 | 116 | 0.16 | 0 | 0.50 | 0.09 | 79.3 | 0.71 | 0.68 |
| Hex | C2 | E7 | 74 | 10 | 0 | 32 | 9 | 4F | 47 | 44 |
| Octal | 302 | 347 | 164 | 20 | 0 | 62 | 11 | 117 | 107 | 104 |
| Binary | 11000010 | 11100111 | 1110100 | 10000 | 0 | 110010 | 1001 | 1001111 | 1000111 | 1000100 |
Color Harmonies of #C2E774
Complementary color
Monochromatic Colors of #C2E774
Black with #C2E774
Text Example
Text Example
White with #C2E774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E774; }
p { color: rgb(194,231,116); }
H1.HeaderClassName
{
color: #C2E774;
}
.AnyTagClassName
{
color: #C2E774;
}
</style>
background-color css
<style>
a { background-color: #C2E774; }
a { background-color: rgb(194,231,116); }
div.DivClassName
{
background-color: #C2E774;
}
.BgClassName
{
background-color: #C2E774;
}
</style>
border-color css
<style>
span { border-color: #C2E774; }
span { border-color: rgb(194,231,116); }
td.TdClassName
{
border-color: #C2E774;
}
.TagClassName
{
border-color: #C2E774;
}
</style>