Shades of Sulu #C2F47C
Tints of Sulu #C2F47C
RGB
CMYK
RGB Variations
Color information
#C2F47C (or 0xC2F47C) is known color: Sulu. HEX triplet: C2, F4 and 7C. RGB value is (194,244,124). Sum of RGB (Red+Green+Blue) = 194+244+124=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F47C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F47C is #3D0B83. Grayscale: #D7D7D7. Windows color (decimal): -4000644 or 8189122. OLE color: 8189122.
HSL color Cylindrical-coordinate representation of color #C2F47C: hue angle of 85º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2F47C is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 124 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.04 |
| HSL | 85º | 0.85% | 0.72% | - |
| HSV(B) | 85º | 0.49% | 0.96% | - |
| XYZ | 58.24 | 77.63 | 30.98 | - |
| YUV | 215.37 | 76.44 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 124 | 0.20 | 0 | 0.49 | 0.04 | 85 | 0.85 | 0.72 |
| Hex | C2 | F4 | 7C | 14 | 0 | 31 | 4 | 55 | 55 | 48 |
| Octal | 302 | 364 | 174 | 24 | 0 | 61 | 4 | 125 | 125 | 110 |
| Binary | 11000010 | 11110100 | 1111100 | 10100 | 0 | 110001 | 100 | 1010101 | 1010101 | 1001000 |
Color Harmonies of #C2F47C
Complementary color
Monochromatic Colors of #C2F47C
Black with #C2F47C
Text Example
Text Example
White with #C2F47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F47C; }
p { color: rgb(194,244,124); }
H1.HeaderClassName
{
color: #C2F47C;
}
.AnyTagClassName
{
color: #C2F47C;
}
</style>
background-color css
<style>
a { background-color: #C2F47C; }
a { background-color: rgb(194,244,124); }
div.DivClassName
{
background-color: #C2F47C;
}
.BgClassName
{
background-color: #C2F47C;
}
</style>
border-color css
<style>
span { border-color: #C2F47C; }
span { border-color: rgb(194,244,124); }
td.TdClassName
{
border-color: #C2F47C;
}
.TagClassName
{
border-color: #C2F47C;
}
</style>