Shades of Sulu #C2FE8D
Tints of Sulu #C2FE8D
RGB
CMYK
RGB Variations
Color information
#C2FE8D (or 0xC2FE8D) is known color: Sulu. HEX triplet: C2, FE and 8D. RGB value is (194,254,141). Sum of RGB (Red+Green+Blue) = 194+254+141=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FE8D is #3D0172. Grayscale: #DFDFDF. Windows color (decimal): -3998067 or 9305794. OLE color: 9305794.
HSL color Cylindrical-coordinate representation of color #C2FE8D: hue angle of 91.86º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2FE8D is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 141 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.00 |
| HSL | 91.86º | 0.98% | 0.77% | - |
| HSV(B) | 91.86º | 0.44% | 1% | - |
| XYZ | 62.5 | 84.28 | 38.17 | - |
| YUV | 223.18 | 81.62 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 141 | 0.24 | 0 | 0.44 | 0.00 | 91.86 | 0.98 | 0.77 |
| Hex | C2 | FE | 8D | 18 | 0 | 2C | 0 | 5C | 62 | 4D |
| Octal | 302 | 376 | 215 | 30 | 0 | 54 | 0 | 134 | 142 | 115 |
| Binary | 11000010 | 11111110 | 10001101 | 11000 | 0 | 101100 | 0 | 1011100 | 1100010 | 1001101 |
Color Harmonies of #C2FE8D
Complementary color
Monochromatic Colors of #C2FE8D
Black with #C2FE8D
Text Example
Text Example
White with #C2FE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FE8D; }
p { color: rgb(194,254,141); }
H1.HeaderClassName
{
color: #C2FE8D;
}
.AnyTagClassName
{
color: #C2FE8D;
}
</style>
background-color css
<style>
a { background-color: #C2FE8D; }
a { background-color: rgb(194,254,141); }
div.DivClassName
{
background-color: #C2FE8D;
}
.BgClassName
{
background-color: #C2FE8D;
}
</style>
border-color css
<style>
span { border-color: #C2FE8D; }
span { border-color: rgb(194,254,141); }
td.TdClassName
{
border-color: #C2FE8D;
}
.TagClassName
{
border-color: #C2FE8D;
}
</style>