Shades of Sulu #C6F084
Tints of Sulu #C6F084
RGB
CMYK
RGB Variations
Color information
#C6F084 (or 0xC6F084) is known color: Sulu. HEX triplet: C6, F0 and 84. RGB value is (198,240,132). Sum of RGB (Red+Green+Blue) = 198+240+132=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F084 is #390F7B. Grayscale: #D7D7D7. Windows color (decimal): -3739516 or 8712390. OLE color: 8712390.
HSL color Cylindrical-coordinate representation of color #C6F084: hue angle of 83.33º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6F084 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 240 | 132 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.06 |
| HSL | 83.33º | 0.78% | 0.73% | - |
| HSV(B) | 83.33º | 0.45% | 0.94% | - |
| XYZ | 58.61 | 75.99 | 33.41 | - |
| YUV | 215.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 240 | 132 | 0.18 | 0 | 0.45 | 0.06 | 83.33 | 0.78 | 0.73 |
| Hex | C6 | F0 | 84 | 12 | 0 | 2D | 6 | 53 | 4E | 49 |
| Octal | 306 | 360 | 204 | 22 | 0 | 55 | 6 | 123 | 116 | 111 |
| Binary | 11000110 | 11110000 | 10000100 | 10010 | 0 | 101101 | 110 | 1010011 | 1001110 | 1001001 |
Color Harmonies of #C6F084
Complementary color
Monochromatic Colors of #C6F084
Black with #C6F084
Text Example
Text Example
White with #C6F084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F084; }
p { color: rgb(198,240,132); }
H1.HeaderClassName
{
color: #C6F084;
}
.AnyTagClassName
{
color: #C6F084;
}
</style>
background-color css
<style>
a { background-color: #C6F084; }
a { background-color: rgb(198,240,132); }
div.DivClassName
{
background-color: #C6F084;
}
.BgClassName
{
background-color: #C6F084;
}
</style>
border-color css
<style>
span { border-color: #C6F084; }
span { border-color: rgb(198,240,132); }
td.TdClassName
{
border-color: #C6F084;
}
.TagClassName
{
border-color: #C6F084;
}
</style>