Shades of Sulu #C2FE8A
Tints of Sulu #C2FE8A
RGB
CMYK
RGB Variations
Color information
#C2FE8A (or 0xC2FE8A) is known color: Sulu. HEX triplet: C2, FE and 8A. RGB value is (194,254,138). Sum of RGB (Red+Green+Blue) = 194+254+138=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FE8A is #3D0175. Grayscale: #DFDFDF. Windows color (decimal): -3998070 or 9109186. OLE color: 9109186.
HSL color Cylindrical-coordinate representation of color #C2FE8A: hue angle of 91.03º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2FE8A is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 138 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.00 |
| HSL | 91.03º | 0.98% | 0.77% | - |
| HSV(B) | 91.03º | 0.46% | 1% | - |
| XYZ | 62.28 | 84.19 | 37.01 | - |
| YUV | 222.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 138 | 0.24 | 0 | 0.46 | 0.00 | 91.03 | 0.98 | 0.77 |
| Hex | C2 | FE | 8A | 18 | 0 | 2E | 0 | 5B | 62 | 4D |
| Octal | 302 | 376 | 212 | 30 | 0 | 56 | 0 | 133 | 142 | 115 |
| Binary | 11000010 | 11111110 | 10001010 | 11000 | 0 | 101110 | 0 | 1011011 | 1100010 | 1001101 |
Color Harmonies of #C2FE8A
Complementary color
Monochromatic Colors of #C2FE8A
Black with #C2FE8A
Text Example
Text Example
White with #C2FE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FE8A; }
p { color: rgb(194,254,138); }
H1.HeaderClassName
{
color: #C2FE8A;
}
.AnyTagClassName
{
color: #C2FE8A;
}
</style>
background-color css
<style>
a { background-color: #C2FE8A; }
a { background-color: rgb(194,254,138); }
div.DivClassName
{
background-color: #C2FE8A;
}
.BgClassName
{
background-color: #C2FE8A;
}
</style>
border-color css
<style>
span { border-color: #C2FE8A; }
span { border-color: rgb(194,254,138); }
td.TdClassName
{
border-color: #C2FE8A;
}
.TagClassName
{
border-color: #C2FE8A;
}
</style>