Shades of Sulu #C2EA7B
Tints of Sulu #C2EA7B
RGB
CMYK
RGB Variations
Color information
#C2EA7B (or 0xC2EA7B) is known color: Sulu. HEX triplet: C2, EA and 7B. RGB value is (194,234,123). Sum of RGB (Red+Green+Blue) = 194+234+123=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EA7B is #3D1584. Grayscale: #D1D1D1. Windows color (decimal): -4003205 or 8121026. OLE color: 8121026.
HSL color Cylindrical-coordinate representation of color #C2EA7B: hue angle of 81.62º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2EA7B is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 123 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.08 |
| HSL | 81.62º | 0.73% | 0.7% | - |
| HSV(B) | 81.62º | 0.47% | 0.92% | - |
| XYZ | 55.25 | 71.75 | 29.68 | - |
| YUV | 209.39 | 79.25 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 123 | 0.17 | 0 | 0.47 | 0.08 | 81.62 | 0.73 | 0.7 |
| Hex | C2 | EA | 7B | 11 | 0 | 2F | 8 | 52 | 49 | 46 |
| Octal | 302 | 352 | 173 | 21 | 0 | 57 | 10 | 122 | 111 | 106 |
| Binary | 11000010 | 11101010 | 1111011 | 10001 | 0 | 101111 | 1000 | 1010010 | 1001001 | 1000110 |
Color Harmonies of #C2EA7B
Complementary color
Monochromatic Colors of #C2EA7B
Black with #C2EA7B
Text Example
Text Example
White with #C2EA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA7B; }
p { color: rgb(194,234,123); }
H1.HeaderClassName
{
color: #C2EA7B;
}
.AnyTagClassName
{
color: #C2EA7B;
}
</style>
background-color css
<style>
a { background-color: #C2EA7B; }
a { background-color: rgb(194,234,123); }
div.DivClassName
{
background-color: #C2EA7B;
}
.BgClassName
{
background-color: #C2EA7B;
}
</style>
border-color css
<style>
span { border-color: #C2EA7B; }
span { border-color: rgb(194,234,123); }
td.TdClassName
{
border-color: #C2EA7B;
}
.TagClassName
{
border-color: #C2EA7B;
}
</style>