Shades of Sulu #C2F779
Tints of Sulu #C2F779
RGB
CMYK
RGB Variations
Color information
#C2F779 (or 0xC2F779) is known color: Sulu. HEX triplet: C2, F7 and 79. RGB value is (194,247,121). Sum of RGB (Red+Green+Blue) = 194+247+121=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 121 (47.66% from 255 or 21.53% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F779 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F779 is #3D0886. Grayscale: #D9D9D9. Windows color (decimal): -3999879 or 7993282. OLE color: 7993282.
HSL color Cylindrical-coordinate representation of color #C2F779: hue angle of 85.24º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2F779 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 121 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.03 |
| HSL | 85.24º | 0.89% | 0.72% | - |
| HSV(B) | 85.24º | 0.51% | 0.97% | - |
| XYZ | 58.96 | 79.37 | 30.3 | - |
| YUV | 216.79 | 73.94 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 121 | 0.21 | 0 | 0.51 | 0.03 | 85.24 | 0.89 | 0.72 |
| Hex | C2 | F7 | 79 | 15 | 0 | 33 | 3 | 55 | 59 | 48 |
| Octal | 302 | 367 | 171 | 25 | 0 | 63 | 3 | 125 | 131 | 110 |
| Binary | 11000010 | 11110111 | 1111001 | 10101 | 0 | 110011 | 11 | 1010101 | 1011001 | 1001000 |
Color Harmonies of #C2F779
Complementary color
Monochromatic Colors of #C2F779
Black with #C2F779
Text Example
Text Example
White with #C2F779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F779; }
p { color: rgb(194,247,121); }
H1.HeaderClassName
{
color: #C2F779;
}
.AnyTagClassName
{
color: #C2F779;
}
</style>
background-color css
<style>
a { background-color: #C2F779; }
a { background-color: rgb(194,247,121); }
div.DivClassName
{
background-color: #C2F779;
}
.BgClassName
{
background-color: #C2F779;
}
</style>
border-color css
<style>
span { border-color: #C2F779; }
span { border-color: rgb(194,247,121); }
td.TdClassName
{
border-color: #C2F779;
}
.TagClassName
{
border-color: #C2F779;
}
</style>