Shades of Sulu #C6F07A
Tints of Sulu #C6F07A
RGB
CMYK
RGB Variations
Color information
#C6F07A (or 0xC6F07A) is known color: Sulu. HEX triplet: C6, F0 and 7A. RGB value is (198,240,122). Sum of RGB (Red+Green+Blue) = 198+240+122=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F07A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F07A is #390F85. Grayscale: #D6D6D6. Windows color (decimal): -3739526 or 8057030. OLE color: 8057030.
HSL color Cylindrical-coordinate representation of color #C6F07A: hue angle of 81.36º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C6F07A is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 240 | 122 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.06 |
| HSL | 81.36º | 0.8% | 0.71% | - |
| HSV(B) | 81.36º | 0.49% | 0.94% | - |
| XYZ | 57.96 | 75.73 | 29.98 | - |
| YUV | 213.99 | 76.09 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 240 | 122 | 0.18 | 0 | 0.49 | 0.06 | 81.36 | 0.8 | 0.71 |
| Hex | C6 | F0 | 7A | 12 | 0 | 31 | 6 | 51 | 50 | 47 |
| Octal | 306 | 360 | 172 | 22 | 0 | 61 | 6 | 121 | 120 | 107 |
| Binary | 11000110 | 11110000 | 1111010 | 10010 | 0 | 110001 | 110 | 1010001 | 1010000 | 1000111 |
Color Harmonies of #C6F07A
Complementary color
Monochromatic Colors of #C6F07A
Black with #C6F07A
Text Example
Text Example
White with #C6F07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F07A; }
p { color: rgb(198,240,122); }
H1.HeaderClassName
{
color: #C6F07A;
}
.AnyTagClassName
{
color: #C6F07A;
}
</style>
background-color css
<style>
a { background-color: #C6F07A; }
a { background-color: rgb(198,240,122); }
div.DivClassName
{
background-color: #C6F07A;
}
.BgClassName
{
background-color: #C6F07A;
}
</style>
border-color css
<style>
span { border-color: #C6F07A; }
span { border-color: rgb(198,240,122); }
td.TdClassName
{
border-color: #C6F07A;
}
.TagClassName
{
border-color: #C6F07A;
}
</style>