Shades of Sulu #C6E36F
Tints of Sulu #C6E36F
RGB
CMYK
RGB Variations
Color information
#C6E36F (or 0xC6E36F) is known color: Sulu. HEX triplet: C6, E3 and 6F. RGB value is (198,227,111). Sum of RGB (Red+Green+Blue) = 198+227+111=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 111 (43.75% from 255 or 20.71% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #C6E36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E36F is #391C90. Grayscale: #CDCDCD. Windows color (decimal): -3742865 or 7332806. OLE color: 7332806.
HSL color Cylindrical-coordinate representation of color #C6E36F: hue angle of 75º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C6E36F is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 227 | 111 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.11 |
| HSL | 75º | 0.67% | 0.66% | - |
| HSV(B) | 75º | 0.51% | 0.89% | - |
| XYZ | 53.63 | 68.09 | 25.36 | - |
| YUV | 205.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 227 | 111 | 0.13 | 0 | 0.51 | 0.11 | 75 | 0.67 | 0.66 |
| Hex | C6 | E3 | 6F | D | 0 | 33 | B | 4B | 43 | 42 |
| Octal | 306 | 343 | 157 | 15 | 0 | 63 | 13 | 113 | 103 | 102 |
| Binary | 11000110 | 11100011 | 1101111 | 1101 | 0 | 110011 | 1011 | 1001011 | 1000011 | 1000010 |
Color Harmonies of #C6E36F
Complementary color
Monochromatic Colors of #C6E36F
Black with #C6E36F
Text Example
Text Example
White with #C6E36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E36F; }
p { color: rgb(198,227,111); }
H1.HeaderClassName
{
color: #C6E36F;
}
.AnyTagClassName
{
color: #C6E36F;
}
</style>
background-color css
<style>
a { background-color: #C6E36F; }
a { background-color: rgb(198,227,111); }
div.DivClassName
{
background-color: #C6E36F;
}
.BgClassName
{
background-color: #C6E36F;
}
</style>
border-color css
<style>
span { border-color: #C6E36F; }
span { border-color: rgb(198,227,111); }
td.TdClassName
{
border-color: #C6E36F;
}
.TagClassName
{
border-color: #C6E36F;
}
</style>