Shades of Sulu #C2E475
Tints of Sulu #C2E475
RGB
CMYK
RGB Variations
Color information
#C2E475 (or 0xC2E475) is known color: Sulu. HEX triplet: C2, E4 and 75. RGB value is (194,228,117). Sum of RGB (Red+Green+Blue) = 194+228+117=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E475 is #3D1B8A. Grayscale: #CDCDCD. Windows color (decimal): -4004747 or 7726274. OLE color: 7726274.
HSL color Cylindrical-coordinate representation of color #C2E475: hue angle of 78.38º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2E475 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 117 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.11 |
| HSL | 78.38º | 0.67% | 0.68% | - |
| HSV(B) | 78.38º | 0.49% | 0.89% | - |
| XYZ | 53.2 | 68.24 | 27.2 | - |
| YUV | 205.18 | 78.24 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 117 | 0.15 | 0 | 0.49 | 0.11 | 78.38 | 0.67 | 0.68 |
| Hex | C2 | E4 | 75 | F | 0 | 31 | B | 4E | 43 | 44 |
| Octal | 302 | 344 | 165 | 17 | 0 | 61 | 13 | 116 | 103 | 104 |
| Binary | 11000010 | 11100100 | 1110101 | 1111 | 0 | 110001 | 1011 | 1001110 | 1000011 | 1000100 |
Color Harmonies of #C2E475
Complementary color
Monochromatic Colors of #C2E475
Black with #C2E475
Text Example
Text Example
White with #C2E475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E475; }
p { color: rgb(194,228,117); }
H1.HeaderClassName
{
color: #C2E475;
}
.AnyTagClassName
{
color: #C2E475;
}
</style>
background-color css
<style>
a { background-color: #C2E475; }
a { background-color: rgb(194,228,117); }
div.DivClassName
{
background-color: #C2E475;
}
.BgClassName
{
background-color: #C2E475;
}
</style>
border-color css
<style>
span { border-color: #C2E475; }
span { border-color: rgb(194,228,117); }
td.TdClassName
{
border-color: #C2E475;
}
.TagClassName
{
border-color: #C2E475;
}
</style>