Shades of Sulu #C6F07C
Tints of Sulu #C6F07C
RGB
CMYK
RGB Variations
Color information
#C6F07C (or 0xC6F07C) is known color: Sulu. HEX triplet: C6, F0 and 7C. RGB value is (198,240,124). Sum of RGB (Red+Green+Blue) = 198+240+124=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F07C is #390F83. Grayscale: #D6D6D6. Windows color (decimal): -3739524 or 8188102. OLE color: 8188102.
HSL color Cylindrical-coordinate representation of color #C6F07C: hue angle of 81.72º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6F07C is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 240 | 124 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.06 |
| HSL | 81.72º | 0.79% | 0.71% | - |
| HSV(B) | 81.72º | 0.48% | 0.94% | - |
| XYZ | 58.09 | 75.78 | 30.63 | - |
| YUV | 214.22 | 77.09 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 240 | 124 | 0.18 | 0 | 0.48 | 0.06 | 81.72 | 0.79 | 0.71 |
| Hex | C6 | F0 | 7C | 12 | 0 | 30 | 6 | 52 | 4F | 47 |
| Octal | 306 | 360 | 174 | 22 | 0 | 60 | 6 | 122 | 117 | 107 |
| Binary | 11000110 | 11110000 | 1111100 | 10010 | 0 | 110000 | 110 | 1010010 | 1001111 | 1000111 |
Color Harmonies of #C6F07C
Complementary color
Monochromatic Colors of #C6F07C
Black with #C6F07C
Text Example
Text Example
White with #C6F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F07C; }
p { color: rgb(198,240,124); }
H1.HeaderClassName
{
color: #C6F07C;
}
.AnyTagClassName
{
color: #C6F07C;
}
</style>
background-color css
<style>
a { background-color: #C6F07C; }
a { background-color: rgb(198,240,124); }
div.DivClassName
{
background-color: #C6F07C;
}
.BgClassName
{
background-color: #C6F07C;
}
</style>
border-color css
<style>
span { border-color: #C6F07C; }
span { border-color: rgb(198,240,124); }
td.TdClassName
{
border-color: #C6F07C;
}
.TagClassName
{
border-color: #C6F07C;
}
</style>