Shades of Sulu #C6FF70
Tints of Sulu #C6FF70
RGB
CMYK
RGB Variations
Color information
#C6FF70 (or 0xC6FF70) is known color: Sulu. HEX triplet: C6, FF and 70. RGB value is (198,255,112). Sum of RGB (Red+Green+Blue) = 198+255+112=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FF70 is #39008F. Grayscale: #DEDEDE. Windows color (decimal): -3735696 or 7405510. OLE color: 7405510.
HSL color Cylindrical-coordinate representation of color #C6FF70: hue angle of 83.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6FF70 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 255 | 112 | - |
| CMYK | 0.22 | 0 | 0.56 | 0 |
| HSL | 83.92º | 1% | 0.72% | - |
| HSV(B) | 83.92º | 0.56% | 1% | - |
| XYZ | 61.97 | 84.7 | 28.41 | - |
| YUV | 221.66 | 66.12 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 255 | 112 | 0.22 | 0 | 0.56 | 0 | 83.92 | 1 | 0.72 |
| Hex | C6 | FF | 70 | 16 | 0 | 38 | 0 | 54 | 64 | 48 |
| Octal | 306 | 377 | 160 | 26 | 0 | 70 | 0 | 124 | 144 | 110 |
| Binary | 11000110 | 11111111 | 1110000 | 10110 | 0 | 111000 | 0 | 1010100 | 1100100 | 1001000 |
Color Harmonies of #C6FF70
Complementary color
Monochromatic Colors of #C6FF70
Black with #C6FF70
Text Example
Text Example
White with #C6FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FF70; }
p { color: rgb(198,255,112); }
H1.HeaderClassName
{
color: #C6FF70;
}
.AnyTagClassName
{
color: #C6FF70;
}
</style>
background-color css
<style>
a { background-color: #C6FF70; }
a { background-color: rgb(198,255,112); }
div.DivClassName
{
background-color: #C6FF70;
}
.BgClassName
{
background-color: #C6FF70;
}
</style>
border-color css
<style>
span { border-color: #C6FF70; }
span { border-color: rgb(198,255,112); }
td.TdClassName
{
border-color: #C6FF70;
}
.TagClassName
{
border-color: #C6FF70;
}
</style>