Shades of Sulu #C2FF7C
Tints of Sulu #C2FF7C
RGB
CMYK
RGB Variations
Color information
#C2FF7C (or 0xC2FF7C) is known color: Sulu. HEX triplet: C2, FF and 7C. RGB value is (194,255,124). Sum of RGB (Red+Green+Blue) = 194+255+124=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FF7C is #3D0083. Grayscale: #DEDEDE. Windows color (decimal): -3997828 or 8191938. OLE color: 8191938.
HSL color Cylindrical-coordinate representation of color #C2FF7C: hue angle of 87.94º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2FF7C is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 124 | - |
| CMYK | 0.24 | 0 | 0.51 | 0 |
| HSL | 87.94º | 1% | 0.74% | - |
| HSV(B) | 87.94º | 0.51% | 1% | - |
| XYZ | 61.65 | 84.44 | 32.12 | - |
| YUV | 221.83 | 72.79 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 124 | 0.24 | 0 | 0.51 | 0 | 87.94 | 1 | 0.74 |
| Hex | C2 | FF | 7C | 18 | 0 | 33 | 0 | 58 | 64 | 4A |
| Octal | 302 | 377 | 174 | 30 | 0 | 63 | 0 | 130 | 144 | 112 |
| Binary | 11000010 | 11111111 | 1111100 | 11000 | 0 | 110011 | 0 | 1011000 | 1100100 | 1001010 |
Color Harmonies of #C2FF7C
Complementary color
Monochromatic Colors of #C2FF7C
Black with #C2FF7C
Text Example
Text Example
White with #C2FF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF7C; }
p { color: rgb(194,255,124); }
H1.HeaderClassName
{
color: #C2FF7C;
}
.AnyTagClassName
{
color: #C2FF7C;
}
</style>
background-color css
<style>
a { background-color: #C2FF7C; }
a { background-color: rgb(194,255,124); }
div.DivClassName
{
background-color: #C2FF7C;
}
.BgClassName
{
background-color: #C2FF7C;
}
</style>
border-color css
<style>
span { border-color: #C2FF7C; }
span { border-color: rgb(194,255,124); }
td.TdClassName
{
border-color: #C2FF7C;
}
.TagClassName
{
border-color: #C2FF7C;
}
</style>