Shades of Sulu #C2E671
Tints of Sulu #C2E671
RGB
CMYK
RGB Variations
Color information
#C2E671 (or 0xC2E671) is known color: Sulu. HEX triplet: C2, E6 and 71. RGB value is (194,230,113). Sum of RGB (Red+Green+Blue) = 194+230+113=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E671 is #3D198E. Grayscale: #CECECE. Windows color (decimal): -4004239 or 7464642. OLE color: 7464642.
HSL color Cylindrical-coordinate representation of color #C2E671: hue angle of 78.46º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2E671 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 230 | 113 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.10 |
| HSL | 78.46º | 0.7% | 0.67% | - |
| HSV(B) | 78.46º | 0.51% | 0.9% | - |
| XYZ | 53.53 | 69.26 | 26.17 | - |
| YUV | 205.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 113 | 0.16 | 0 | 0.51 | 0.10 | 78.46 | 0.7 | 0.67 |
| Hex | C2 | E6 | 71 | 10 | 0 | 33 | A | 4E | 46 | 43 |
| Octal | 302 | 346 | 161 | 20 | 0 | 63 | 12 | 116 | 106 | 103 |
| Binary | 11000010 | 11100110 | 1110001 | 10000 | 0 | 110011 | 1010 | 1001110 | 1000110 | 1000011 |
Color Harmonies of #C2E671
Complementary color
Monochromatic Colors of #C2E671
Black with #C2E671
Text Example
Text Example
White with #C2E671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E671; }
p { color: rgb(194,230,113); }
H1.HeaderClassName
{
color: #C2E671;
}
.AnyTagClassName
{
color: #C2E671;
}
</style>
background-color css
<style>
a { background-color: #C2E671; }
a { background-color: rgb(194,230,113); }
div.DivClassName
{
background-color: #C2E671;
}
.BgClassName
{
background-color: #C2E671;
}
</style>
border-color css
<style>
span { border-color: #C2E671; }
span { border-color: rgb(194,230,113); }
td.TdClassName
{
border-color: #C2E671;
}
.TagClassName
{
border-color: #C2E671;
}
</style>