Shades of Sulu #C2FD6E
Tints of Sulu #C2FD6E
RGB
CMYK
RGB Variations
Color information
#C2FD6E (or 0xC2FD6E) is known color: Sulu. HEX triplet: C2, FD and 6E. RGB value is (194,253,110). Sum of RGB (Red+Green+Blue) = 194+253+110=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FD6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FD6E is #3D0291. Grayscale: #DBDBDB. Windows color (decimal): -3998354 or 7273922. OLE color: 7273922.
HSL color Cylindrical-coordinate representation of color #C2FD6E: hue angle of 84.76º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2FD6E is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 110 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.01 |
| HSL | 84.76º | 0.97% | 0.71% | - |
| HSV(B) | 84.76º | 0.57% | 0.99% | - |
| XYZ | 60.19 | 82.85 | 27.57 | - |
| YUV | 219.06 | 66.45 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 110 | 0.23 | 0 | 0.57 | 0.01 | 84.76 | 0.97 | 0.71 |
| Hex | C2 | FD | 6E | 17 | 0 | 39 | 1 | 55 | 61 | 47 |
| Octal | 302 | 375 | 156 | 27 | 0 | 71 | 1 | 125 | 141 | 107 |
| Binary | 11000010 | 11111101 | 1101110 | 10111 | 0 | 111001 | 1 | 1010101 | 1100001 | 1000111 |
Color Harmonies of #C2FD6E
Complementary color
Monochromatic Colors of #C2FD6E
Black with #C2FD6E
Text Example
Text Example
White with #C2FD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FD6E; }
p { color: rgb(194,253,110); }
H1.HeaderClassName
{
color: #C2FD6E;
}
.AnyTagClassName
{
color: #C2FD6E;
}
</style>
background-color css
<style>
a { background-color: #C2FD6E; }
a { background-color: rgb(194,253,110); }
div.DivClassName
{
background-color: #C2FD6E;
}
.BgClassName
{
background-color: #C2FD6E;
}
</style>
border-color css
<style>
span { border-color: #C2FD6E; }
span { border-color: rgb(194,253,110); }
td.TdClassName
{
border-color: #C2FD6E;
}
.TagClassName
{
border-color: #C2FD6E;
}
</style>