Shades of Sulu #C2FD72
Tints of Sulu #C2FD72
RGB
CMYK
RGB Variations
Color information
#C2FD72 (or 0xC2FD72) is known color: Sulu. HEX triplet: C2, FD and 72. RGB value is (194,253,114). Sum of RGB (Red+Green+Blue) = 194+253+114=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FD72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FD72 is #3D028D. Grayscale: #DCDCDC. Windows color (decimal): -3998350 or 7536066. OLE color: 7536066.
HSL color Cylindrical-coordinate representation of color #C2FD72: hue angle of 85.47º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2FD72 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 114 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.01 |
| HSL | 85.47º | 0.97% | 0.72% | - |
| HSV(B) | 85.47º | 0.55% | 0.99% | - |
| XYZ | 60.41 | 82.93 | 28.74 | - |
| YUV | 219.51 | 68.45 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 114 | 0.23 | 0 | 0.55 | 0.01 | 85.47 | 0.97 | 0.72 |
| Hex | C2 | FD | 72 | 17 | 0 | 37 | 1 | 55 | 61 | 48 |
| Octal | 302 | 375 | 162 | 27 | 0 | 67 | 1 | 125 | 141 | 110 |
| Binary | 11000010 | 11111101 | 1110010 | 10111 | 0 | 110111 | 1 | 1010101 | 1100001 | 1001000 |
Color Harmonies of #C2FD72
Complementary color
Monochromatic Colors of #C2FD72
Black with #C2FD72
Text Example
Text Example
White with #C2FD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FD72; }
p { color: rgb(194,253,114); }
H1.HeaderClassName
{
color: #C2FD72;
}
.AnyTagClassName
{
color: #C2FD72;
}
</style>
background-color css
<style>
a { background-color: #C2FD72; }
a { background-color: rgb(194,253,114); }
div.DivClassName
{
background-color: #C2FD72;
}
.BgClassName
{
background-color: #C2FD72;
}
</style>
border-color css
<style>
span { border-color: #C2FD72; }
span { border-color: rgb(194,253,114); }
td.TdClassName
{
border-color: #C2FD72;
}
.TagClassName
{
border-color: #C2FD72;
}
</style>