Shades of Sulu #C2E682
Tints of Sulu #C2E682
RGB
CMYK
RGB Variations
Color information
#C2E682 (or 0xC2E682) is known color: Sulu. HEX triplet: C2, E6 and 82. RGB value is (194,230,130). Sum of RGB (Red+Green+Blue) = 194+230+130=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E682 is #3D197D. Grayscale: #D0D0D0. Windows color (decimal): -4004222 or 8578754. OLE color: 8578754.
HSL color Cylindrical-coordinate representation of color #C2E682: hue angle of 81.6º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2E682 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 230 | 130 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.10 |
| HSL | 81.6º | 0.67% | 0.71% | - |
| HSV(B) | 81.6º | 0.43% | 0.9% | - |
| XYZ | 54.57 | 69.67 | 31.69 | - |
| YUV | 207.84 | 84.07 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 130 | 0.16 | 0 | 0.43 | 0.10 | 81.6 | 0.67 | 0.71 |
| Hex | C2 | E6 | 82 | 10 | 0 | 2B | A | 52 | 43 | 47 |
| Octal | 302 | 346 | 202 | 20 | 0 | 53 | 12 | 122 | 103 | 107 |
| Binary | 11000010 | 11100110 | 10000010 | 10000 | 0 | 101011 | 1010 | 1010010 | 1000011 | 1000111 |
Color Harmonies of #C2E682
Complementary color
Monochromatic Colors of #C2E682
Black with #C2E682
Text Example
Text Example
White with #C2E682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E682; }
p { color: rgb(194,230,130); }
H1.HeaderClassName
{
color: #C2E682;
}
.AnyTagClassName
{
color: #C2E682;
}
</style>
background-color css
<style>
a { background-color: #C2E682; }
a { background-color: rgb(194,230,130); }
div.DivClassName
{
background-color: #C2E682;
}
.BgClassName
{
background-color: #C2E682;
}
</style>
border-color css
<style>
span { border-color: #C2E682; }
span { border-color: rgb(194,230,130); }
td.TdClassName
{
border-color: #C2E682;
}
.TagClassName
{
border-color: #C2E682;
}
</style>