Shades of Sulu #C6F484
Tints of Sulu #C6F484
RGB
CMYK
RGB Variations
Color information
#C6F484 (or 0xC6F484) is known color: Sulu. HEX triplet: C6, F4 and 84. RGB value is (198,244,132). Sum of RGB (Red+Green+Blue) = 198+244+132=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 244 (95.70% from 255 or 42.51% from 574); Blue value is 132 (51.95% from 255 or 23.00% from 574); Max value from RGB is 244 - color contains mainly: green. Hex color #C6F484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F484 is #390B7B. Grayscale: #D9D9D9. Windows color (decimal): -3738492 or 8713414. OLE color: 8713414.
HSL color Cylindrical-coordinate representation of color #C6F484: hue angle of 84.64º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6F484 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 244 | 132 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.04 |
| HSL | 84.64º | 0.84% | 0.74% | - |
| HSV(B) | 84.64º | 0.46% | 0.96% | - |
| XYZ | 59.8 | 78.37 | 33.81 | - |
| YUV | 217.48 | 79.76 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 244 | 132 | 0.19 | 0 | 0.46 | 0.04 | 84.64 | 0.84 | 0.74 |
| Hex | C6 | F4 | 84 | 13 | 0 | 2E | 4 | 55 | 54 | 4A |
| Octal | 306 | 364 | 204 | 23 | 0 | 56 | 4 | 125 | 124 | 112 |
| Binary | 11000110 | 11110100 | 10000100 | 10011 | 0 | 101110 | 100 | 1010101 | 1010100 | 1001010 |
Color Harmonies of #C6F484
Complementary color
Monochromatic Colors of #C6F484
Black with #C6F484
Text Example
Text Example
White with #C6F484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F484; }
p { color: rgb(198,244,132); }
H1.HeaderClassName
{
color: #C6F484;
}
.AnyTagClassName
{
color: #C6F484;
}
</style>
background-color css
<style>
a { background-color: #C6F484; }
a { background-color: rgb(198,244,132); }
div.DivClassName
{
background-color: #C6F484;
}
.BgClassName
{
background-color: #C6F484;
}
</style>
border-color css
<style>
span { border-color: #C6F484; }
span { border-color: rgb(198,244,132); }
td.TdClassName
{
border-color: #C6F484;
}
.TagClassName
{
border-color: #C6F484;
}
</style>