Shades of Sulu #C2E36F
Tints of Sulu #C2E36F
RGB
CMYK
RGB Variations
Color information
#C2E36F (or 0xC2E36F) is known color: Sulu. HEX triplet: C2, E3 and 6F. RGB value is (194,227,111). Sum of RGB (Red+Green+Blue) = 194+227+111=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 111 (43.75% from 255 or 20.86% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E36F is #3D1C90. Grayscale: #CCCCCC. Windows color (decimal): -4005009 or 7332802. OLE color: 7332802.
HSL color Cylindrical-coordinate representation of color #C2E36F: hue angle of 77.07º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2E36F is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 111 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.11 |
| HSL | 77.07º | 0.67% | 0.66% | - |
| HSV(B) | 77.07º | 0.51% | 0.89% | - |
| XYZ | 52.59 | 67.56 | 25.31 | - |
| YUV | 203.91 | 75.57 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 111 | 0.15 | 0 | 0.51 | 0.11 | 77.07 | 0.67 | 0.66 |
| Hex | C2 | E3 | 6F | F | 0 | 33 | B | 4D | 43 | 42 |
| Octal | 302 | 343 | 157 | 17 | 0 | 63 | 13 | 115 | 103 | 102 |
| Binary | 11000010 | 11100011 | 1101111 | 1111 | 0 | 110011 | 1011 | 1001101 | 1000011 | 1000010 |
Color Harmonies of #C2E36F
Complementary color
Monochromatic Colors of #C2E36F
Black with #C2E36F
Text Example
Text Example
White with #C2E36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E36F; }
p { color: rgb(194,227,111); }
H1.HeaderClassName
{
color: #C2E36F;
}
.AnyTagClassName
{
color: #C2E36F;
}
</style>
background-color css
<style>
a { background-color: #C2E36F; }
a { background-color: rgb(194,227,111); }
div.DivClassName
{
background-color: #C2E36F;
}
.BgClassName
{
background-color: #C2E36F;
}
</style>
border-color css
<style>
span { border-color: #C2E36F; }
span { border-color: rgb(194,227,111); }
td.TdClassName
{
border-color: #C2E36F;
}
.TagClassName
{
border-color: #C2E36F;
}
</style>