Shades of Sulu #C6EC71
Tints of Sulu #C6EC71
RGB
CMYK
RGB Variations
Color information
#C6EC71 (or 0xC6EC71) is known color: Sulu. HEX triplet: C6, EC and 71. RGB value is (198,236,113). Sum of RGB (Red+Green+Blue) = 198+236+113=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #C6EC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EC71 is #39138E. Grayscale: #D3D3D3. Windows color (decimal): -3740559 or 7466182. OLE color: 7466182.
HSL color Cylindrical-coordinate representation of color #C6EC71: hue angle of 78.54º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6EC71 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 236 | 113 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.07 |
| HSL | 78.54º | 0.76% | 0.68% | - |
| HSV(B) | 78.54º | 0.52% | 0.93% | - |
| XYZ | 56.26 | 73.19 | 26.78 | - |
| YUV | 210.62 | 72.91 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 236 | 113 | 0.16 | 0 | 0.52 | 0.07 | 78.54 | 0.76 | 0.68 |
| Hex | C6 | EC | 71 | 10 | 0 | 34 | 7 | 4F | 4C | 44 |
| Octal | 306 | 354 | 161 | 20 | 0 | 64 | 7 | 117 | 114 | 104 |
| Binary | 11000110 | 11101100 | 1110001 | 10000 | 0 | 110100 | 111 | 1001111 | 1001100 | 1000100 |
Color Harmonies of #C6EC71
Complementary color
Monochromatic Colors of #C6EC71
Black with #C6EC71
Text Example
Text Example
White with #C6EC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EC71; }
p { color: rgb(198,236,113); }
H1.HeaderClassName
{
color: #C6EC71;
}
.AnyTagClassName
{
color: #C6EC71;
}
</style>
background-color css
<style>
a { background-color: #C6EC71; }
a { background-color: rgb(198,236,113); }
div.DivClassName
{
background-color: #C6EC71;
}
.BgClassName
{
background-color: #C6EC71;
}
</style>
border-color css
<style>
span { border-color: #C6EC71; }
span { border-color: rgb(198,236,113); }
td.TdClassName
{
border-color: #C6EC71;
}
.TagClassName
{
border-color: #C6EC71;
}
</style>