Shades of Sulu #C2FD7A
Tints of Sulu #C2FD7A
RGB
CMYK
RGB Variations
Color information
#C2FD7A (or 0xC2FD7A) is known color: Sulu. HEX triplet: C2, FD and 7A. RGB value is (194,253,122). Sum of RGB (Red+Green+Blue) = 194+253+122=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FD7A is #3D0285. Grayscale: #DCDCDC. Windows color (decimal): -3998342 or 8060354. OLE color: 8060354.
HSL color Cylindrical-coordinate representation of color #C2FD7A: hue angle of 87.02º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2FD7A is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 122 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.01 |
| HSL | 87.02º | 0.97% | 0.74% | - |
| HSV(B) | 87.02º | 0.52% | 0.99% | - |
| XYZ | 60.89 | 83.13 | 31.25 | - |
| YUV | 220.43 | 72.45 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 122 | 0.23 | 0 | 0.52 | 0.01 | 87.02 | 0.97 | 0.74 |
| Hex | C2 | FD | 7A | 17 | 0 | 34 | 1 | 57 | 61 | 4A |
| Octal | 302 | 375 | 172 | 27 | 0 | 64 | 1 | 127 | 141 | 112 |
| Binary | 11000010 | 11111101 | 1111010 | 10111 | 0 | 110100 | 1 | 1010111 | 1100001 | 1001010 |
Color Harmonies of #C2FD7A
Complementary color
Monochromatic Colors of #C2FD7A
Black with #C2FD7A
Text Example
Text Example
White with #C2FD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FD7A; }
p { color: rgb(194,253,122); }
H1.HeaderClassName
{
color: #C2FD7A;
}
.AnyTagClassName
{
color: #C2FD7A;
}
</style>
background-color css
<style>
a { background-color: #C2FD7A; }
a { background-color: rgb(194,253,122); }
div.DivClassName
{
background-color: #C2FD7A;
}
.BgClassName
{
background-color: #C2FD7A;
}
</style>
border-color css
<style>
span { border-color: #C2FD7A; }
span { border-color: rgb(194,253,122); }
td.TdClassName
{
border-color: #C2FD7A;
}
.TagClassName
{
border-color: #C2FD7A;
}
</style>