Shades of Sulu #C2EE85
Tints of Sulu #C2EE85
RGB
CMYK
RGB Variations
Color information
#C2EE85 (or 0xC2EE85) is known color: Sulu. HEX triplet: C2, EE and 85. RGB value is (194,238,133). Sum of RGB (Red+Green+Blue) = 194+238+133=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EE85 is #3D117A. Grayscale: #D5D5D5. Windows color (decimal): -4002171 or 8777410. OLE color: 8777410.
HSL color Cylindrical-coordinate representation of color #C2EE85: hue angle of 85.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2EE85 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 133 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.07 |
| HSL | 85.14º | 0.76% | 0.73% | - |
| HSV(B) | 85.14º | 0.44% | 0.93% | - |
| XYZ | 57.06 | 74.31 | 33.53 | - |
| YUV | 212.87 | 82.92 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 133 | 0.18 | 0 | 0.44 | 0.07 | 85.14 | 0.76 | 0.73 |
| Hex | C2 | EE | 85 | 12 | 0 | 2C | 7 | 55 | 4C | 49 |
| Octal | 302 | 356 | 205 | 22 | 0 | 54 | 7 | 125 | 114 | 111 |
| Binary | 11000010 | 11101110 | 10000101 | 10010 | 0 | 101100 | 111 | 1010101 | 1001100 | 1001001 |
Color Harmonies of #C2EE85
Complementary color
Monochromatic Colors of #C2EE85
Black with #C2EE85
Text Example
Text Example
White with #C2EE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EE85; }
p { color: rgb(194,238,133); }
H1.HeaderClassName
{
color: #C2EE85;
}
.AnyTagClassName
{
color: #C2EE85;
}
</style>
background-color css
<style>
a { background-color: #C2EE85; }
a { background-color: rgb(194,238,133); }
div.DivClassName
{
background-color: #C2EE85;
}
.BgClassName
{
background-color: #C2EE85;
}
</style>
border-color css
<style>
span { border-color: #C2EE85; }
span { border-color: rgb(194,238,133); }
td.TdClassName
{
border-color: #C2EE85;
}
.TagClassName
{
border-color: #C2EE85;
}
</style>