Shades of Sulu #C6F57A
Tints of Sulu #C6F57A
RGB
CMYK
RGB Variations
Color information
#C6F57A (or 0xC6F57A) is known color: Sulu. HEX triplet: C6, F5 and 7A. RGB value is (198,245,122). Sum of RGB (Red+Green+Blue) = 198+245+122=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 245 - color contains mainly: green. Hex color #C6F57A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F57A is #390A85. Grayscale: #D9D9D9. Windows color (decimal): -3738246 or 8058310. OLE color: 8058310.
HSL color Cylindrical-coordinate representation of color #C6F57A: hue angle of 82.93º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6F57A is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 245 | 122 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.04 |
| HSL | 82.93º | 0.86% | 0.72% | - |
| HSV(B) | 82.93º | 0.5% | 0.96% | - |
| XYZ | 59.45 | 78.72 | 30.47 | - |
| YUV | 216.93 | 74.43 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 245 | 122 | 0.19 | 0 | 0.50 | 0.04 | 82.93 | 0.86 | 0.72 |
| Hex | C6 | F5 | 7A | 13 | 0 | 32 | 4 | 53 | 56 | 48 |
| Octal | 306 | 365 | 172 | 23 | 0 | 62 | 4 | 123 | 126 | 110 |
| Binary | 11000110 | 11110101 | 1111010 | 10011 | 0 | 110010 | 100 | 1010011 | 1010110 | 1001000 |
Color Harmonies of #C6F57A
Complementary color
Monochromatic Colors of #C6F57A
Black with #C6F57A
Text Example
Text Example
White with #C6F57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F57A; }
p { color: rgb(198,245,122); }
H1.HeaderClassName
{
color: #C6F57A;
}
.AnyTagClassName
{
color: #C6F57A;
}
</style>
background-color css
<style>
a { background-color: #C6F57A; }
a { background-color: rgb(198,245,122); }
div.DivClassName
{
background-color: #C6F57A;
}
.BgClassName
{
background-color: #C6F57A;
}
</style>
border-color css
<style>
span { border-color: #C6F57A; }
span { border-color: rgb(198,245,122); }
td.TdClassName
{
border-color: #C6F57A;
}
.TagClassName
{
border-color: #C6F57A;
}
</style>