Shades of Sulu #C2FD60
Tints of Sulu #C2FD60
RGB
CMYK
RGB Variations
Color information
#C2FD60 (or 0xC2FD60) is known color: Sulu. HEX triplet: C2, FD and 60. RGB value is (194,253,96). Sum of RGB (Red+Green+Blue) = 194+253+96=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FD60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FD60 is #3D029F. Grayscale: #DADADA. Windows color (decimal): -3998368 or 6356418. OLE color: 6356418.
HSL color Cylindrical-coordinate representation of color #C2FD60: hue angle of 82.55º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2FD60 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 96 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.01 |
| HSL | 82.55º | 0.98% | 0.68% | - |
| HSV(B) | 82.55º | 0.62% | 0.99% | - |
| XYZ | 59.48 | 82.56 | 23.87 | - |
| YUV | 217.46 | 59.45 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 96 | 0.23 | 0 | 0.62 | 0.01 | 82.55 | 0.98 | 0.68 |
| Hex | C2 | FD | 60 | 17 | 0 | 3E | 1 | 53 | 62 | 44 |
| Octal | 302 | 375 | 140 | 27 | 0 | 76 | 1 | 123 | 142 | 104 |
| Binary | 11000010 | 11111101 | 1100000 | 10111 | 0 | 111110 | 1 | 1010011 | 1100010 | 1000100 |
Color Harmonies of #C2FD60
Complementary color
Monochromatic Colors of #C2FD60
Black with #C2FD60
Text Example
Text Example
White with #C2FD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FD60; }
p { color: rgb(194,253,96); }
H1.HeaderClassName
{
color: #C2FD60;
}
.AnyTagClassName
{
color: #C2FD60;
}
</style>
background-color css
<style>
a { background-color: #C2FD60; }
a { background-color: rgb(194,253,96); }
div.DivClassName
{
background-color: #C2FD60;
}
.BgClassName
{
background-color: #C2FD60;
}
</style>
border-color css
<style>
span { border-color: #C2FD60; }
span { border-color: rgb(194,253,96); }
td.TdClassName
{
border-color: #C2FD60;
}
.TagClassName
{
border-color: #C2FD60;
}
</style>