Shades of Sulu #C2FE6E
Tints of Sulu #C2FE6E
RGB
CMYK
RGB Variations
Color information
#C2FE6E (or 0xC2FE6E) is known color: Sulu. HEX triplet: C2, FE and 6E. RGB value is (194,254,110). Sum of RGB (Red+Green+Blue) = 194+254+110=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FE6E is #3D0191. Grayscale: #DCDCDC. Windows color (decimal): -3998098 or 7274178. OLE color: 7274178.
HSL color Cylindrical-coordinate representation of color #C2FE6E: hue angle of 85º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2FE6E is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 110 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.00 |
| HSL | 85º | 0.99% | 0.71% | - |
| HSV(B) | 85º | 0.57% | 1% | - |
| XYZ | 60.5 | 83.48 | 27.68 | - |
| YUV | 219.64 | 66.12 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 110 | 0.24 | 0 | 0.57 | 0.00 | 85 | 0.99 | 0.71 |
| Hex | C2 | FE | 6E | 18 | 0 | 39 | 0 | 55 | 63 | 47 |
| Octal | 302 | 376 | 156 | 30 | 0 | 71 | 0 | 125 | 143 | 107 |
| Binary | 11000010 | 11111110 | 1101110 | 11000 | 0 | 111001 | 0 | 1010101 | 1100011 | 1000111 |
Color Harmonies of #C2FE6E
Complementary color
Monochromatic Colors of #C2FE6E
Black with #C2FE6E
Text Example
Text Example
White with #C2FE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FE6E; }
p { color: rgb(194,254,110); }
H1.HeaderClassName
{
color: #C2FE6E;
}
.AnyTagClassName
{
color: #C2FE6E;
}
</style>
background-color css
<style>
a { background-color: #C2FE6E; }
a { background-color: rgb(194,254,110); }
div.DivClassName
{
background-color: #C2FE6E;
}
.BgClassName
{
background-color: #C2FE6E;
}
</style>
border-color css
<style>
span { border-color: #C2FE6E; }
span { border-color: rgb(194,254,110); }
td.TdClassName
{
border-color: #C2FE6E;
}
.TagClassName
{
border-color: #C2FE6E;
}
</style>