Shades of Sulu #C6F57B
Tints of Sulu #C6F57B
RGB
CMYK
RGB Variations
Color information
#C6F57B (or 0xC6F57B) is known color: Sulu. HEX triplet: C6, F5 and 7B. RGB value is (198,245,123). Sum of RGB (Red+Green+Blue) = 198+245+123=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #C6F57B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F57B is #390A84. Grayscale: #D9D9D9. Windows color (decimal): -3738245 or 8123846. OLE color: 8123846.
HSL color Cylindrical-coordinate representation of color #C6F57B: hue angle of 83.11º 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 #C6F57B is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 245 | 123 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.04 |
| HSL | 83.11º | 0.86% | 0.72% | - |
| HSV(B) | 83.11º | 0.5% | 0.96% | - |
| XYZ | 59.52 | 78.74 | 30.8 | - |
| YUV | 217.04 | 74.93 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 245 | 123 | 0.19 | 0 | 0.50 | 0.04 | 83.11 | 0.86 | 0.72 |
| Hex | C6 | F5 | 7B | 13 | 0 | 32 | 4 | 53 | 56 | 48 |
| Octal | 306 | 365 | 173 | 23 | 0 | 62 | 4 | 123 | 126 | 110 |
| Binary | 11000110 | 11110101 | 1111011 | 10011 | 0 | 110010 | 100 | 1010011 | 1010110 | 1001000 |
Color Harmonies of #C6F57B
Complementary color
Monochromatic Colors of #C6F57B
Black with #C6F57B
Text Example
Text Example
White with #C6F57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F57B; }
p { color: rgb(198,245,123); }
H1.HeaderClassName
{
color: #C6F57B;
}
.AnyTagClassName
{
color: #C6F57B;
}
</style>
background-color css
<style>
a { background-color: #C6F57B; }
a { background-color: rgb(198,245,123); }
div.DivClassName
{
background-color: #C6F57B;
}
.BgClassName
{
background-color: #C6F57B;
}
</style>
border-color css
<style>
span { border-color: #C6F57B; }
span { border-color: rgb(198,245,123); }
td.TdClassName
{
border-color: #C6F57B;
}
.TagClassName
{
border-color: #C6F57B;
}
</style>