Shades of Sulu #C2EE81
Tints of Sulu #C2EE81
RGB
CMYK
RGB Variations
Color information
#C2EE81 (or 0xC2EE81) is known color: Sulu. HEX triplet: C2, EE and 81. RGB value is (194,238,129). Sum of RGB (Red+Green+Blue) = 194+238+129=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EE81 is #3D117E. Grayscale: #D4D4D4. Windows color (decimal): -4002175 or 8515266. OLE color: 8515266.
HSL color Cylindrical-coordinate representation of color #C2EE81: hue angle of 84.22º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2EE81 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 129 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.07 |
| HSL | 84.22º | 0.76% | 0.72% | - |
| HSV(B) | 84.22º | 0.46% | 0.93% | - |
| XYZ | 56.79 | 74.2 | 32.1 | - |
| YUV | 212.42 | 80.92 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 129 | 0.18 | 0 | 0.46 | 0.07 | 84.22 | 0.76 | 0.72 |
| Hex | C2 | EE | 81 | 12 | 0 | 2E | 7 | 54 | 4C | 48 |
| Octal | 302 | 356 | 201 | 22 | 0 | 56 | 7 | 124 | 114 | 110 |
| Binary | 11000010 | 11101110 | 10000001 | 10010 | 0 | 101110 | 111 | 1010100 | 1001100 | 1001000 |
Color Harmonies of #C2EE81
Complementary color
Monochromatic Colors of #C2EE81
Black with #C2EE81
Text Example
Text Example
White with #C2EE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EE81; }
p { color: rgb(194,238,129); }
H1.HeaderClassName
{
color: #C2EE81;
}
.AnyTagClassName
{
color: #C2EE81;
}
</style>
background-color css
<style>
a { background-color: #C2EE81; }
a { background-color: rgb(194,238,129); }
div.DivClassName
{
background-color: #C2EE81;
}
.BgClassName
{
background-color: #C2EE81;
}
</style>
border-color css
<style>
span { border-color: #C2EE81; }
span { border-color: rgb(194,238,129); }
td.TdClassName
{
border-color: #C2EE81;
}
.TagClassName
{
border-color: #C2EE81;
}
</style>