Shades of Sulu #C2E675
Tints of Sulu #C2E675
RGB
CMYK
RGB Variations
Color information
#C2E675 (or 0xC2E675) is known color: Sulu. HEX triplet: C2, E6 and 75. RGB value is (194,230,117). Sum of RGB (Red+Green+Blue) = 194+230+117=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E675 is #3D198A. Grayscale: #CECECE. Windows color (decimal): -4004235 or 7726786. OLE color: 7726786.
HSL color Cylindrical-coordinate representation of color #C2E675: hue angle of 79.12º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2E675 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 230 | 117 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.10 |
| HSL | 79.12º | 0.69% | 0.68% | - |
| HSV(B) | 79.12º | 0.49% | 0.9% | - |
| XYZ | 53.76 | 69.35 | 27.38 | - |
| YUV | 206.35 | 77.57 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 117 | 0.16 | 0 | 0.49 | 0.10 | 79.12 | 0.69 | 0.68 |
| Hex | C2 | E6 | 75 | 10 | 0 | 31 | A | 4F | 45 | 44 |
| Octal | 302 | 346 | 165 | 20 | 0 | 61 | 12 | 117 | 105 | 104 |
| Binary | 11000010 | 11100110 | 1110101 | 10000 | 0 | 110001 | 1010 | 1001111 | 1000101 | 1000100 |
Color Harmonies of #C2E675
Complementary color
Monochromatic Colors of #C2E675
Black with #C2E675
Text Example
Text Example
White with #C2E675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E675; }
p { color: rgb(194,230,117); }
H1.HeaderClassName
{
color: #C2E675;
}
.AnyTagClassName
{
color: #C2E675;
}
</style>
background-color css
<style>
a { background-color: #C2E675; }
a { background-color: rgb(194,230,117); }
div.DivClassName
{
background-color: #C2E675;
}
.BgClassName
{
background-color: #C2E675;
}
</style>
border-color css
<style>
span { border-color: #C2E675; }
span { border-color: rgb(194,230,117); }
td.TdClassName
{
border-color: #C2E675;
}
.TagClassName
{
border-color: #C2E675;
}
</style>