Shades of Sulu #C4F67C
Tints of Sulu #C4F67C
RGB
CMYK
RGB Variations
Color information
#C4F67C (or 0xC4F67C) is known color: Sulu. HEX triplet: C4, F6 and 7C. RGB value is (196,246,124). Sum of RGB (Red+Green+Blue) = 196+246+124=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #C4F67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F67C is #3B0983. Grayscale: #D9D9D9. Windows color (decimal): -3869060 or 8189636. OLE color: 8189636.
HSL color Cylindrical-coordinate representation of color #C4F67C: hue angle of 84.59º 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 #C4F67C is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 246 | 124 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.04 |
| HSL | 84.59º | 0.87% | 0.73% | - |
| HSV(B) | 84.59º | 0.5% | 0.96% | - |
| XYZ | 59.36 | 79.1 | 31.21 | - |
| YUV | 217.14 | 75.44 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 246 | 124 | 0.20 | 0 | 0.50 | 0.04 | 84.59 | 0.87 | 0.73 |
| Hex | C4 | F6 | 7C | 14 | 0 | 32 | 4 | 55 | 57 | 49 |
| Octal | 304 | 366 | 174 | 24 | 0 | 62 | 4 | 125 | 127 | 111 |
| Binary | 11000100 | 11110110 | 1111100 | 10100 | 0 | 110010 | 100 | 1010101 | 1010111 | 1001001 |
Color Harmonies of #C4F67C
Complementary color
Monochromatic Colors of #C4F67C
Black with #C4F67C
Text Example
Text Example
White with #C4F67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F67C; }
p { color: rgb(196,246,124); }
H1.HeaderClassName
{
color: #C4F67C;
}
.AnyTagClassName
{
color: #C4F67C;
}
</style>
background-color css
<style>
a { background-color: #C4F67C; }
a { background-color: rgb(196,246,124); }
div.DivClassName
{
background-color: #C4F67C;
}
.BgClassName
{
background-color: #C4F67C;
}
</style>
border-color css
<style>
span { border-color: #C4F67C; }
span { border-color: rgb(196,246,124); }
td.TdClassName
{
border-color: #C4F67C;
}
.TagClassName
{
border-color: #C4F67C;
}
</style>