Shades of Sulu #C2E971
Tints of Sulu #C2E971
RGB
CMYK
RGB Variations
Color information
#C2E971 (or 0xC2E971) is known color: Sulu. HEX triplet: C2, E9 and 71. RGB value is (194,233,113). Sum of RGB (Red+Green+Blue) = 194+233+113=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E971 is #3D168E. Grayscale: #D0D0D0. Windows color (decimal): -4003471 or 7465410. OLE color: 7465410.
HSL color Cylindrical-coordinate representation of color #C2E971: hue angle of 79.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2E971 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 113 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.09 |
| HSL | 79.5º | 0.73% | 0.68% | - |
| HSV(B) | 79.5º | 0.52% | 0.91% | - |
| XYZ | 54.37 | 70.94 | 26.45 | - |
| YUV | 207.66 | 74.58 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 113 | 0.17 | 0 | 0.52 | 0.09 | 79.5 | 0.73 | 0.68 |
| Hex | C2 | E9 | 71 | 11 | 0 | 34 | 9 | 50 | 49 | 44 |
| Octal | 302 | 351 | 161 | 21 | 0 | 64 | 11 | 120 | 111 | 104 |
| Binary | 11000010 | 11101001 | 1110001 | 10001 | 0 | 110100 | 1001 | 1010000 | 1001001 | 1000100 |
Color Harmonies of #C2E971
Complementary color
Monochromatic Colors of #C2E971
Black with #C2E971
Text Example
Text Example
White with #C2E971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E971; }
p { color: rgb(194,233,113); }
H1.HeaderClassName
{
color: #C2E971;
}
.AnyTagClassName
{
color: #C2E971;
}
</style>
background-color css
<style>
a { background-color: #C2E971; }
a { background-color: rgb(194,233,113); }
div.DivClassName
{
background-color: #C2E971;
}
.BgClassName
{
background-color: #C2E971;
}
</style>
border-color css
<style>
span { border-color: #C2E971; }
span { border-color: rgb(194,233,113); }
td.TdClassName
{
border-color: #C2E971;
}
.TagClassName
{
border-color: #C2E971;
}
</style>