Shades of Sulu #C2E37F
Tints of Sulu #C2E37F
RGB
CMYK
RGB Variations
Color information
#C2E37F (or 0xC2E37F) is known color: Sulu. HEX triplet: C2, E3 and 7F. RGB value is (194,227,127). Sum of RGB (Red+Green+Blue) = 194+227+127=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E37F is #3D1C80. Grayscale: #CECECE. Windows color (decimal): -4004993 or 8381378. OLE color: 8381378.
HSL color Cylindrical-coordinate representation of color #C2E37F: hue angle of 79.8º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2E37F is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 127 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.11 |
| HSL | 79.8º | 0.64% | 0.69% | - |
| HSV(B) | 79.8º | 0.44% | 0.89% | - |
| XYZ | 53.55 | 67.94 | 30.37 | - |
| YUV | 205.73 | 83.57 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 127 | 0.15 | 0 | 0.44 | 0.11 | 79.8 | 0.64 | 0.69 |
| Hex | C2 | E3 | 7F | F | 0 | 2C | B | 50 | 40 | 45 |
| Octal | 302 | 343 | 177 | 17 | 0 | 54 | 13 | 120 | 100 | 105 |
| Binary | 11000010 | 11100011 | 1111111 | 1111 | 0 | 101100 | 1011 | 1010000 | 1000000 | 1000101 |
Color Harmonies of #C2E37F
Complementary color
Monochromatic Colors of #C2E37F
Black with #C2E37F
Text Example
Text Example
White with #C2E37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E37F; }
p { color: rgb(194,227,127); }
H1.HeaderClassName
{
color: #C2E37F;
}
.AnyTagClassName
{
color: #C2E37F;
}
</style>
background-color css
<style>
a { background-color: #C2E37F; }
a { background-color: rgb(194,227,127); }
div.DivClassName
{
background-color: #C2E37F;
}
.BgClassName
{
background-color: #C2E37F;
}
</style>
border-color css
<style>
span { border-color: #C2E37F; }
span { border-color: rgb(194,227,127); }
td.TdClassName
{
border-color: #C2E37F;
}
.TagClassName
{
border-color: #C2E37F;
}
</style>