Shades of Sulu #C2E380
Tints of Sulu #C2E380
RGB
CMYK
RGB Variations
Color information
#C2E380 (or 0xC2E380) is known color: Sulu. HEX triplet: C2, E3 and 80. RGB value is (194,227,128). Sum of RGB (Red+Green+Blue) = 194+227+128=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E380 is #3D1C7F. Grayscale: #CECECE. Windows color (decimal): -4004992 or 8446914. OLE color: 8446914.
HSL color Cylindrical-coordinate representation of color #C2E380: hue angle of 80º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2E380 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 128 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.11 |
| HSL | 80º | 0.64% | 0.7% | - |
| HSV(B) | 80º | 0.44% | 0.89% | - |
| XYZ | 53.61 | 67.97 | 30.72 | - |
| YUV | 205.85 | 84.07 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 128 | 0.15 | 0 | 0.44 | 0.11 | 80 | 0.64 | 0.7 |
| Hex | C2 | E3 | 80 | F | 0 | 2C | B | 50 | 40 | 46 |
| Octal | 302 | 343 | 200 | 17 | 0 | 54 | 13 | 120 | 100 | 106 |
| Binary | 11000010 | 11100011 | 10000000 | 1111 | 0 | 101100 | 1011 | 1010000 | 1000000 | 1000110 |
Color Harmonies of #C2E380
Complementary color
Monochromatic Colors of #C2E380
Black with #C2E380
Text Example
Text Example
White with #C2E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E380; }
p { color: rgb(194,227,128); }
H1.HeaderClassName
{
color: #C2E380;
}
.AnyTagClassName
{
color: #C2E380;
}
</style>
background-color css
<style>
a { background-color: #C2E380; }
a { background-color: rgb(194,227,128); }
div.DivClassName
{
background-color: #C2E380;
}
.BgClassName
{
background-color: #C2E380;
}
</style>
border-color css
<style>
span { border-color: #C2E380; }
span { border-color: rgb(194,227,128); }
td.TdClassName
{
border-color: #C2E380;
}
.TagClassName
{
border-color: #C2E380;
}
</style>