Shades of Sulu #C6F06C
Tints of Sulu #C6F06C
RGB
CMYK
RGB Variations
Color information
#C6F06C (or 0xC6F06C) is known color: Sulu. HEX triplet: C6, F0 and 6C. RGB value is (198,240,108). Sum of RGB (Red+Green+Blue) = 198+240+108=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F06C is #390F93. Grayscale: #D4D4D4. Windows color (decimal): -3739540 or 7139526. OLE color: 7139526.
HSL color Cylindrical-coordinate representation of color #C6F06C: hue angle of 79.09º 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 #C6F06C is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 240 | 108 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.06 |
| HSL | 79.09º | 0.81% | 0.68% | - |
| HSV(B) | 79.09º | 0.55% | 0.94% | - |
| XYZ | 57.16 | 75.41 | 25.73 | - |
| YUV | 212.39 | 69.09 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 240 | 108 | 0.18 | 0 | 0.55 | 0.06 | 79.09 | 0.81 | 0.68 |
| Hex | C6 | F0 | 6C | 12 | 0 | 37 | 6 | 4F | 51 | 44 |
| Octal | 306 | 360 | 154 | 22 | 0 | 67 | 6 | 117 | 121 | 104 |
| Binary | 11000110 | 11110000 | 1101100 | 10010 | 0 | 110111 | 110 | 1001111 | 1010001 | 1000100 |
Color Harmonies of #C6F06C
Complementary color
Monochromatic Colors of #C6F06C
Black with #C6F06C
Text Example
Text Example
White with #C6F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F06C; }
p { color: rgb(198,240,108); }
H1.HeaderClassName
{
color: #C6F06C;
}
.AnyTagClassName
{
color: #C6F06C;
}
</style>
background-color css
<style>
a { background-color: #C6F06C; }
a { background-color: rgb(198,240,108); }
div.DivClassName
{
background-color: #C6F06C;
}
.BgClassName
{
background-color: #C6F06C;
}
</style>
border-color css
<style>
span { border-color: #C6F06C; }
span { border-color: rgb(198,240,108); }
td.TdClassName
{
border-color: #C6F06C;
}
.TagClassName
{
border-color: #C6F06C;
}
</style>