Shades of Sulu #C2F67C
Tints of Sulu #C2F67C
RGB
CMYK
RGB Variations
Color information
#C2F67C (or 0xC2F67C) is known color: Sulu. HEX triplet: C2, F6 and 7C. RGB value is (194,246,124). Sum of RGB (Red+Green+Blue) = 194+246+124=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F67C is #3D0983. Grayscale: #D8D8D8. Windows color (decimal): -4000132 or 8189634. OLE color: 8189634.
HSL color Cylindrical-coordinate representation of color #C2F67C: hue angle of 85.57º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2F67C is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 246 | 124 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.04 |
| HSL | 85.57º | 0.87% | 0.73% | - |
| HSV(B) | 85.57º | 0.5% | 0.96% | - |
| XYZ | 58.84 | 78.84 | 31.18 | - |
| YUV | 216.54 | 75.77 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 246 | 124 | 0.21 | 0 | 0.50 | 0.04 | 85.57 | 0.87 | 0.73 |
| Hex | C2 | F6 | 7C | 15 | 0 | 32 | 4 | 56 | 57 | 49 |
| Octal | 302 | 366 | 174 | 25 | 0 | 62 | 4 | 126 | 127 | 111 |
| Binary | 11000010 | 11110110 | 1111100 | 10101 | 0 | 110010 | 100 | 1010110 | 1010111 | 1001001 |
Color Harmonies of #C2F67C
Complementary color
Monochromatic Colors of #C2F67C
Black with #C2F67C
Text Example
Text Example
White with #C2F67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F67C; }
p { color: rgb(194,246,124); }
H1.HeaderClassName
{
color: #C2F67C;
}
.AnyTagClassName
{
color: #C2F67C;
}
</style>
background-color css
<style>
a { background-color: #C2F67C; }
a { background-color: rgb(194,246,124); }
div.DivClassName
{
background-color: #C2F67C;
}
.BgClassName
{
background-color: #C2F67C;
}
</style>
border-color css
<style>
span { border-color: #C2F67C; }
span { border-color: rgb(194,246,124); }
td.TdClassName
{
border-color: #C2F67C;
}
.TagClassName
{
border-color: #C2F67C;
}
</style>