Shades of Sulu #C2FA7D
Tints of Sulu #C2FA7D
RGB
CMYK
RGB Variations
Color information
#C2FA7D (or 0xC2FA7D) is known color: Sulu. HEX triplet: C2, FA and 7D. RGB value is (194,250,125). Sum of RGB (Red+Green+Blue) = 194+250+125=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA7D is #3D0582. Grayscale: #DBDBDB. Windows color (decimal): -3999107 or 8256194. OLE color: 8256194.
HSL color Cylindrical-coordinate representation of color #C2FA7D: hue angle of 86.88º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2FA7D is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 125 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.02 |
| HSL | 86.88º | 0.93% | 0.74% | - |
| HSV(B) | 86.88º | 0.5% | 0.98% | - |
| XYZ | 60.14 | 81.32 | 31.93 | - |
| YUV | 219.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 125 | 0.22 | 0 | 0.50 | 0.02 | 86.88 | 0.93 | 0.74 |
| Hex | C2 | FA | 7D | 16 | 0 | 32 | 2 | 57 | 5D | 4A |
| Octal | 302 | 372 | 175 | 26 | 0 | 62 | 2 | 127 | 135 | 112 |
| Binary | 11000010 | 11111010 | 1111101 | 10110 | 0 | 110010 | 10 | 1010111 | 1011101 | 1001010 |
Color Harmonies of #C2FA7D
Complementary color
Monochromatic Colors of #C2FA7D
Black with #C2FA7D
Text Example
Text Example
White with #C2FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA7D; }
p { color: rgb(194,250,125); }
H1.HeaderClassName
{
color: #C2FA7D;
}
.AnyTagClassName
{
color: #C2FA7D;
}
</style>
background-color css
<style>
a { background-color: #C2FA7D; }
a { background-color: rgb(194,250,125); }
div.DivClassName
{
background-color: #C2FA7D;
}
.BgClassName
{
background-color: #C2FA7D;
}
</style>
border-color css
<style>
span { border-color: #C2FA7D; }
span { border-color: rgb(194,250,125); }
td.TdClassName
{
border-color: #C2FA7D;
}
.TagClassName
{
border-color: #C2FA7D;
}
</style>