Shades of Sulu #C6E46C
Tints of Sulu #C6E46C
RGB
CMYK
RGB Variations
Color information
#C6E46C (or 0xC6E46C) is known color: Sulu. HEX triplet: C6, E4 and 6C. RGB value is (198,228,108). Sum of RGB (Red+Green+Blue) = 198+228+108=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #C6E46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E46C is #391B93. Grayscale: #CDCDCD. Windows color (decimal): -3742612 or 7136454. OLE color: 7136454.
HSL color Cylindrical-coordinate representation of color #C6E46C: hue angle of 75º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6E46C is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 228 | 108 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.11 |
| HSL | 75º | 0.69% | 0.66% | - |
| HSV(B) | 75º | 0.53% | 0.89% | - |
| XYZ | 53.74 | 68.58 | 24.59 | - |
| YUV | 205.35 | 73.06 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 228 | 108 | 0.13 | 0 | 0.53 | 0.11 | 75 | 0.69 | 0.66 |
| Hex | C6 | E4 | 6C | D | 0 | 35 | B | 4B | 45 | 42 |
| Octal | 306 | 344 | 154 | 15 | 0 | 65 | 13 | 113 | 105 | 102 |
| Binary | 11000110 | 11100100 | 1101100 | 1101 | 0 | 110101 | 1011 | 1001011 | 1000101 | 1000010 |
Color Harmonies of #C6E46C
Complementary color
Monochromatic Colors of #C6E46C
Black with #C6E46C
Text Example
Text Example
White with #C6E46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E46C; }
p { color: rgb(198,228,108); }
H1.HeaderClassName
{
color: #C6E46C;
}
.AnyTagClassName
{
color: #C6E46C;
}
</style>
background-color css
<style>
a { background-color: #C6E46C; }
a { background-color: rgb(198,228,108); }
div.DivClassName
{
background-color: #C6E46C;
}
.BgClassName
{
background-color: #C6E46C;
}
</style>
border-color css
<style>
span { border-color: #C6E46C; }
span { border-color: rgb(198,228,108); }
td.TdClassName
{
border-color: #C6E46C;
}
.TagClassName
{
border-color: #C6E46C;
}
</style>