Shades of Sulu #C6E36C
Tints of Sulu #C6E36C
RGB
CMYK
RGB Variations
Color information
#C6E36C (or 0xC6E36C) is known color: Sulu. HEX triplet: C6, E3 and 6C. RGB value is (198,227,108). Sum of RGB (Red+Green+Blue) = 198+227+108=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #C6E36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E36C is #391C93. Grayscale: #CDCDCD. Windows color (decimal): -3742868 or 7136198. OLE color: 7136198.
HSL color Cylindrical-coordinate representation of color #C6E36C: hue angle of 74.62º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6E36C is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 227 | 108 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.11 |
| HSL | 74.62º | 0.68% | 0.66% | - |
| HSV(B) | 74.62º | 0.52% | 0.89% | - |
| XYZ | 53.46 | 68.03 | 24.5 | - |
| YUV | 204.76 | 73.39 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 227 | 108 | 0.13 | 0 | 0.52 | 0.11 | 74.62 | 0.68 | 0.66 |
| Hex | C6 | E3 | 6C | D | 0 | 34 | B | 4B | 44 | 42 |
| Octal | 306 | 343 | 154 | 15 | 0 | 64 | 13 | 113 | 104 | 102 |
| Binary | 11000110 | 11100011 | 1101100 | 1101 | 0 | 110100 | 1011 | 1001011 | 1000100 | 1000010 |
Color Harmonies of #C6E36C
Complementary color
Monochromatic Colors of #C6E36C
Black with #C6E36C
Text Example
Text Example
White with #C6E36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E36C; }
p { color: rgb(198,227,108); }
H1.HeaderClassName
{
color: #C6E36C;
}
.AnyTagClassName
{
color: #C6E36C;
}
</style>
background-color css
<style>
a { background-color: #C6E36C; }
a { background-color: rgb(198,227,108); }
div.DivClassName
{
background-color: #C6E36C;
}
.BgClassName
{
background-color: #C6E36C;
}
</style>
border-color css
<style>
span { border-color: #C6E36C; }
span { border-color: rgb(198,227,108); }
td.TdClassName
{
border-color: #C6E36C;
}
.TagClassName
{
border-color: #C6E36C;
}
</style>