Shades of Sulu #C4F06C
Tints of Sulu #C4F06C
RGB
CMYK
RGB Variations
Color information
#C4F06C (or 0xC4F06C) is known color: Sulu. HEX triplet: C4, F0 and 6C. RGB value is (196,240,108). Sum of RGB (Red+Green+Blue) = 196+240+108=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F06C is #3B0F93. Grayscale: #D4D4D4. Windows color (decimal): -3870612 or 7139524. OLE color: 7139524.
HSL color Cylindrical-coordinate representation of color #C4F06C: hue angle of 80º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4F06C is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 240 | 108 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.06 |
| HSL | 80º | 0.81% | 0.68% | - |
| HSV(B) | 80º | 0.55% | 0.94% | - |
| XYZ | 56.63 | 75.14 | 25.71 | - |
| YUV | 211.8 | 69.42 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 240 | 108 | 0.18 | 0 | 0.55 | 0.06 | 80 | 0.81 | 0.68 |
| Hex | C4 | F0 | 6C | 12 | 0 | 37 | 6 | 50 | 51 | 44 |
| Octal | 304 | 360 | 154 | 22 | 0 | 67 | 6 | 120 | 121 | 104 |
| Binary | 11000100 | 11110000 | 1101100 | 10010 | 0 | 110111 | 110 | 1010000 | 1010001 | 1000100 |
Color Harmonies of #C4F06C
Complementary color
Monochromatic Colors of #C4F06C
Black with #C4F06C
Text Example
Text Example
White with #C4F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F06C; }
p { color: rgb(196,240,108); }
H1.HeaderClassName
{
color: #C4F06C;
}
.AnyTagClassName
{
color: #C4F06C;
}
</style>
background-color css
<style>
a { background-color: #C4F06C; }
a { background-color: rgb(196,240,108); }
div.DivClassName
{
background-color: #C4F06C;
}
.BgClassName
{
background-color: #C4F06C;
}
</style>
border-color css
<style>
span { border-color: #C4F06C; }
span { border-color: rgb(196,240,108); }
td.TdClassName
{
border-color: #C4F06C;
}
.TagClassName
{
border-color: #C4F06C;
}
</style>