Shades of Sulu #C2E07B
Tints of Sulu #C2E07B
RGB
CMYK
RGB Variations
Color information
#C2E07B (or 0xC2E07B) is known color: Sulu. HEX triplet: C2, E0 and 7B. RGB value is (194,224,123). Sum of RGB (Red+Green+Blue) = 194+224+123=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E07B is #3D1F84. Grayscale: #CBCBCB. Windows color (decimal): -4005765 or 8118466. OLE color: 8118466.
HSL color Cylindrical-coordinate representation of color #C2E07B: hue angle of 77.82º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2E07B is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 123 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.12 |
| HSL | 77.82º | 0.62% | 0.68% | - |
| HSV(B) | 77.82º | 0.45% | 0.88% | - |
| XYZ | 52.48 | 66.21 | 28.75 | - |
| YUV | 203.52 | 82.56 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 123 | 0.13 | 0 | 0.45 | 0.12 | 77.82 | 0.62 | 0.68 |
| Hex | C2 | E0 | 7B | D | 0 | 2D | C | 4E | 3E | 44 |
| Octal | 302 | 340 | 173 | 15 | 0 | 55 | 14 | 116 | 76 | 104 |
| Binary | 11000010 | 11100000 | 1111011 | 1101 | 0 | 101101 | 1100 | 1001110 | 111110 | 1000100 |
Color Harmonies of #C2E07B
Complementary color
Monochromatic Colors of #C2E07B
Black with #C2E07B
Text Example
Text Example
White with #C2E07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E07B; }
p { color: rgb(194,224,123); }
H1.HeaderClassName
{
color: #C2E07B;
}
.AnyTagClassName
{
color: #C2E07B;
}
</style>
background-color css
<style>
a { background-color: #C2E07B; }
a { background-color: rgb(194,224,123); }
div.DivClassName
{
background-color: #C2E07B;
}
.BgClassName
{
background-color: #C2E07B;
}
</style>
border-color css
<style>
span { border-color: #C2E07B; }
span { border-color: rgb(194,224,123); }
td.TdClassName
{
border-color: #C2E07B;
}
.TagClassName
{
border-color: #C2E07B;
}
</style>