Shades of Sulu #C2E770
Tints of Sulu #C2E770
RGB
CMYK
RGB Variations
Color information
#C2E770 (or 0xC2E770) is known color: Sulu. HEX triplet: C2, E7 and 70. RGB value is (194,231,112). Sum of RGB (Red+Green+Blue) = 194+231+112=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 231 (90.62% from 255 or 43.02% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E770 is #3D188F. Grayscale: #CECECE. Windows color (decimal): -4003984 or 7399362. OLE color: 7399362.
HSL color Cylindrical-coordinate representation of color #C2E770: hue angle of 78.66º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2E770 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 231 | 112 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.09 |
| HSL | 78.66º | 0.71% | 0.67% | - |
| HSV(B) | 78.66º | 0.52% | 0.91% | - |
| XYZ | 53.75 | 69.79 | 25.97 | - |
| YUV | 206.37 | 74.74 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 231 | 112 | 0.16 | 0 | 0.52 | 0.09 | 78.66 | 0.71 | 0.67 |
| Hex | C2 | E7 | 70 | 10 | 0 | 34 | 9 | 4F | 47 | 43 |
| Octal | 302 | 347 | 160 | 20 | 0 | 64 | 11 | 117 | 107 | 103 |
| Binary | 11000010 | 11100111 | 1110000 | 10000 | 0 | 110100 | 1001 | 1001111 | 1000111 | 1000011 |
Color Harmonies of #C2E770
Complementary color
Monochromatic Colors of #C2E770
Black with #C2E770
Text Example
Text Example
White with #C2E770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E770; }
p { color: rgb(194,231,112); }
H1.HeaderClassName
{
color: #C2E770;
}
.AnyTagClassName
{
color: #C2E770;
}
</style>
background-color css
<style>
a { background-color: #C2E770; }
a { background-color: rgb(194,231,112); }
div.DivClassName
{
background-color: #C2E770;
}
.BgClassName
{
background-color: #C2E770;
}
</style>
border-color css
<style>
span { border-color: #C2E770; }
span { border-color: rgb(194,231,112); }
td.TdClassName
{
border-color: #C2E770;
}
.TagClassName
{
border-color: #C2E770;
}
</style>