Shades of Sulu #C2E68D
Tints of Sulu #C2E68D
RGB
CMYK
RGB Variations
Color information
#C2E68D (or 0xC2E68D) is known color: Sulu. HEX triplet: C2, E6 and 8D. RGB value is (194,230,141). Sum of RGB (Red+Green+Blue) = 194+230+141=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E68D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E68D is #3D1972. Grayscale: #D1D1D1. Windows color (decimal): -4004211 or 9299650. OLE color: 9299650.
HSL color Cylindrical-coordinate representation of color #C2E68D: hue angle of 84.27º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2E68D is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 230 | 141 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.10 |
| HSL | 84.27º | 0.64% | 0.73% | - |
| HSV(B) | 84.27º | 0.39% | 0.9% | - |
| XYZ | 55.35 | 69.99 | 35.79 | - |
| YUV | 209.09 | 89.57 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 141 | 0.16 | 0 | 0.39 | 0.10 | 84.27 | 0.64 | 0.73 |
| Hex | C2 | E6 | 8D | 10 | 0 | 27 | A | 54 | 40 | 49 |
| Octal | 302 | 346 | 215 | 20 | 0 | 47 | 12 | 124 | 100 | 111 |
| Binary | 11000010 | 11100110 | 10001101 | 10000 | 0 | 100111 | 1010 | 1010100 | 1000000 | 1001001 |
Color Harmonies of #C2E68D
Complementary color
Monochromatic Colors of #C2E68D
Black with #C2E68D
Text Example
Text Example
White with #C2E68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E68D; }
p { color: rgb(194,230,141); }
H1.HeaderClassName
{
color: #C2E68D;
}
.AnyTagClassName
{
color: #C2E68D;
}
</style>
background-color css
<style>
a { background-color: #C2E68D; }
a { background-color: rgb(194,230,141); }
div.DivClassName
{
background-color: #C2E68D;
}
.BgClassName
{
background-color: #C2E68D;
}
</style>
border-color css
<style>
span { border-color: #C2E68D; }
span { border-color: rgb(194,230,141); }
td.TdClassName
{
border-color: #C2E68D;
}
.TagClassName
{
border-color: #C2E68D;
}
</style>