Shades of Sulu #C2E685
Tints of Sulu #C2E685
RGB
CMYK
RGB Variations
Color information
#C2E685 (or 0xC2E685) is known color: Sulu. HEX triplet: C2, E6 and 85. RGB value is (194,230,133). Sum of RGB (Red+Green+Blue) = 194+230+133=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E685 is #3D197A. Grayscale: #D0D0D0. Windows color (decimal): -4004219 or 8775362. OLE color: 8775362.
HSL color Cylindrical-coordinate representation of color #C2E685: hue angle of 82.27º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2E685 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 230 | 133 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.10 |
| HSL | 82.27º | 0.66% | 0.71% | - |
| HSV(B) | 82.27º | 0.42% | 0.9% | - |
| XYZ | 54.78 | 69.76 | 32.77 | - |
| YUV | 208.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 133 | 0.16 | 0 | 0.42 | 0.10 | 82.27 | 0.66 | 0.71 |
| Hex | C2 | E6 | 85 | 10 | 0 | 2A | A | 52 | 42 | 47 |
| Octal | 302 | 346 | 205 | 20 | 0 | 52 | 12 | 122 | 102 | 107 |
| Binary | 11000010 | 11100110 | 10000101 | 10000 | 0 | 101010 | 1010 | 1010010 | 1000010 | 1000111 |
Color Harmonies of #C2E685
Complementary color
Monochromatic Colors of #C2E685
Black with #C2E685
Text Example
Text Example
White with #C2E685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E685; }
p { color: rgb(194,230,133); }
H1.HeaderClassName
{
color: #C2E685;
}
.AnyTagClassName
{
color: #C2E685;
}
</style>
background-color css
<style>
a { background-color: #C2E685; }
a { background-color: rgb(194,230,133); }
div.DivClassName
{
background-color: #C2E685;
}
.BgClassName
{
background-color: #C2E685;
}
</style>
border-color css
<style>
span { border-color: #C2E685; }
span { border-color: rgb(194,230,133); }
td.TdClassName
{
border-color: #C2E685;
}
.TagClassName
{
border-color: #C2E685;
}
</style>