Shades of Sulu #C2E27B
Tints of Sulu #C2E27B
RGB
CMYK
RGB Variations
Color information
#C2E27B (or 0xC2E27B) is known color: Sulu. HEX triplet: C2, E2 and 7B. RGB value is (194,226,123). Sum of RGB (Red+Green+Blue) = 194+226+123=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E27B is #3D1D84. Grayscale: #CDCDCD. Windows color (decimal): -4005253 or 8118978. OLE color: 8118978.
HSL color Cylindrical-coordinate representation of color #C2E27B: hue angle of 78.64º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2E27B is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 123 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.11 |
| HSL | 78.64º | 0.64% | 0.68% | - |
| HSV(B) | 78.64º | 0.46% | 0.89% | - |
| XYZ | 53.02 | 67.29 | 28.93 | - |
| YUV | 204.69 | 81.9 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 123 | 0.14 | 0 | 0.46 | 0.11 | 78.64 | 0.64 | 0.68 |
| Hex | C2 | E2 | 7B | E | 0 | 2E | B | 4F | 40 | 44 |
| Octal | 302 | 342 | 173 | 16 | 0 | 56 | 13 | 117 | 100 | 104 |
| Binary | 11000010 | 11100010 | 1111011 | 1110 | 0 | 101110 | 1011 | 1001111 | 1000000 | 1000100 |
Color Harmonies of #C2E27B
Complementary color
Monochromatic Colors of #C2E27B
Black with #C2E27B
Text Example
Text Example
White with #C2E27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E27B; }
p { color: rgb(194,226,123); }
H1.HeaderClassName
{
color: #C2E27B;
}
.AnyTagClassName
{
color: #C2E27B;
}
</style>
background-color css
<style>
a { background-color: #C2E27B; }
a { background-color: rgb(194,226,123); }
div.DivClassName
{
background-color: #C2E27B;
}
.BgClassName
{
background-color: #C2E27B;
}
</style>
border-color css
<style>
span { border-color: #C2E27B; }
span { border-color: rgb(194,226,123); }
td.TdClassName
{
border-color: #C2E27B;
}
.TagClassName
{
border-color: #C2E27B;
}
</style>