Shades of Sulu #C2FA7F
Tints of Sulu #C2FA7F
RGB
CMYK
RGB Variations
Color information
#C2FA7F (or 0xC2FA7F) is known color: Sulu. HEX triplet: C2, FA and 7F. RGB value is (194,250,127). Sum of RGB (Red+Green+Blue) = 194+250+127=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 127 (50% from 255 or 22.24% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA7F is #3D0580. Grayscale: #DBDBDB. Windows color (decimal): -3999105 or 8387266. OLE color: 8387266.
HSL color Cylindrical-coordinate representation of color #C2FA7F: hue angle of 87.32º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2FA7F is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 127 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.02 |
| HSL | 87.32º | 0.92% | 0.74% | - |
| HSV(B) | 87.32º | 0.49% | 0.98% | - |
| XYZ | 60.26 | 81.37 | 32.61 | - |
| YUV | 219.23 | 75.95 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 127 | 0.22 | 0 | 0.49 | 0.02 | 87.32 | 0.92 | 0.74 |
| Hex | C2 | FA | 7F | 16 | 0 | 31 | 2 | 57 | 5C | 4A |
| Octal | 302 | 372 | 177 | 26 | 0 | 61 | 2 | 127 | 134 | 112 |
| Binary | 11000010 | 11111010 | 1111111 | 10110 | 0 | 110001 | 10 | 1010111 | 1011100 | 1001010 |
Color Harmonies of #C2FA7F
Complementary color
Monochromatic Colors of #C2FA7F
Black with #C2FA7F
Text Example
Text Example
White with #C2FA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA7F; }
p { color: rgb(194,250,127); }
H1.HeaderClassName
{
color: #C2FA7F;
}
.AnyTagClassName
{
color: #C2FA7F;
}
</style>
background-color css
<style>
a { background-color: #C2FA7F; }
a { background-color: rgb(194,250,127); }
div.DivClassName
{
background-color: #C2FA7F;
}
.BgClassName
{
background-color: #C2FA7F;
}
</style>
border-color css
<style>
span { border-color: #C2FA7F; }
span { border-color: rgb(194,250,127); }
td.TdClassName
{
border-color: #C2FA7F;
}
.TagClassName
{
border-color: #C2FA7F;
}
</style>