Shades of Sulu #C6F47B
Tints of Sulu #C6F47B
RGB
CMYK
RGB Variations
Color information
#C6F47B (or 0xC6F47B) is known color: Sulu. HEX triplet: C6, F4 and 7B. RGB value is (198,244,123). Sum of RGB (Red+Green+Blue) = 198+244+123=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 244 (95.70% from 255 or 43.19% from 565); Blue value is 123 (48.44% from 255 or 21.77% from 565); Max value from RGB is 244 - color contains mainly: green. Hex color #C6F47B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F47B is #390B84. Grayscale: #D8D8D8. Windows color (decimal): -3738501 or 8123590. OLE color: 8123590.
HSL color Cylindrical-coordinate representation of color #C6F47B: hue angle of 82.81º degrees, saturation: 0.85, 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 #C6F47B is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 244 | 123 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.04 |
| HSL | 82.81º | 0.85% | 0.72% | - |
| HSV(B) | 82.81º | 0.5% | 0.96% | - |
| XYZ | 59.21 | 78.14 | 30.7 | - |
| YUV | 216.45 | 75.26 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 244 | 123 | 0.19 | 0 | 0.50 | 0.04 | 82.81 | 0.85 | 0.72 |
| Hex | C6 | F4 | 7B | 13 | 0 | 32 | 4 | 53 | 55 | 48 |
| Octal | 306 | 364 | 173 | 23 | 0 | 62 | 4 | 123 | 125 | 110 |
| Binary | 11000110 | 11110100 | 1111011 | 10011 | 0 | 110010 | 100 | 1010011 | 1010101 | 1001000 |
Color Harmonies of #C6F47B
Complementary color
Monochromatic Colors of #C6F47B
Black with #C6F47B
Text Example
Text Example
White with #C6F47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F47B; }
p { color: rgb(198,244,123); }
H1.HeaderClassName
{
color: #C6F47B;
}
.AnyTagClassName
{
color: #C6F47B;
}
</style>
background-color css
<style>
a { background-color: #C6F47B; }
a { background-color: rgb(198,244,123); }
div.DivClassName
{
background-color: #C6F47B;
}
.BgClassName
{
background-color: #C6F47B;
}
</style>
border-color css
<style>
span { border-color: #C6F47B; }
span { border-color: rgb(198,244,123); }
td.TdClassName
{
border-color: #C6F47B;
}
.TagClassName
{
border-color: #C6F47B;
}
</style>