Shades of Sulu #C2E17F
Tints of Sulu #C2E17F
RGB
CMYK
RGB Variations
Color information
#C2E17F (or 0xC2E17F) is known color: Sulu. HEX triplet: C2, E1 and 7F. RGB value is (194,225,127). Sum of RGB (Red+Green+Blue) = 194+225+127=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E17F is #3D1E80. Grayscale: #CCCCCC. Windows color (decimal): -4005505 or 8380866. OLE color: 8380866.
HSL color Cylindrical-coordinate representation of color #C2E17F: hue angle of 78.98º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2E17F is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 127 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.12 |
| HSL | 78.98º | 0.62% | 0.69% | - |
| HSV(B) | 78.98º | 0.44% | 0.88% | - |
| XYZ | 53 | 66.85 | 30.19 | - |
| YUV | 204.56 | 84.23 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 127 | 0.14 | 0 | 0.44 | 0.12 | 78.98 | 0.62 | 0.69 |
| Hex | C2 | E1 | 7F | E | 0 | 2C | C | 4F | 3E | 45 |
| Octal | 302 | 341 | 177 | 16 | 0 | 54 | 14 | 117 | 76 | 105 |
| Binary | 11000010 | 11100001 | 1111111 | 1110 | 0 | 101100 | 1100 | 1001111 | 111110 | 1000101 |
Color Harmonies of #C2E17F
Complementary color
Monochromatic Colors of #C2E17F
Black with #C2E17F
Text Example
Text Example
White with #C2E17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E17F; }
p { color: rgb(194,225,127); }
H1.HeaderClassName
{
color: #C2E17F;
}
.AnyTagClassName
{
color: #C2E17F;
}
</style>
background-color css
<style>
a { background-color: #C2E17F; }
a { background-color: rgb(194,225,127); }
div.DivClassName
{
background-color: #C2E17F;
}
.BgClassName
{
background-color: #C2E17F;
}
</style>
border-color css
<style>
span { border-color: #C2E17F; }
span { border-color: rgb(194,225,127); }
td.TdClassName
{
border-color: #C2E17F;
}
.TagClassName
{
border-color: #C2E17F;
}
</style>