Shades of Christi #6CC50D
Tints of Christi #6CC50D
RGB
CMYK
RGB Variations
Color information
#6CC50D (or 0x6CC50D) is known color: Christi. HEX triplet: 6C, C5 and 0D. RGB value is (108,197,13). Sum of RGB (Red+Green+Blue) = 108+197+13=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 197 (77.34% from 255 or 61.95% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 197 - color contains mainly: green. Hex color #6CC50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC50D is #933AF2. Grayscale: #969696. Windows color (decimal): -9648883 or 902508. OLE color: 902508.
HSL color Cylindrical-coordinate representation of color #6CC50D: hue angle of 89.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CC50D is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 108 | 197 | 13 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.23 |
| HSL | 89.02º | 0.88% | 0.41% | - |
| HSV(B) | 89.02º | 0.93% | 0.77% | - |
| XYZ | 26.22 | 43.15 | 7.33 | - |
| YUV | 149.41 | 51.01 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 197 | 13 | 0.45 | 0 | 0.93 | 0.23 | 89.02 | 0.88 | 0.41 |
| Hex | 6C | C5 | D | 2D | 0 | 5D | 17 | 59 | 58 | 29 |
| Octal | 154 | 305 | 15 | 55 | 0 | 135 | 27 | 131 | 130 | 51 |
| Binary | 1101100 | 11000101 | 1101 | 101101 | 0 | 1011101 | 10111 | 1011001 | 1011000 | 101001 |
Color Harmonies of #6CC50D
Complementary color
Monochromatic Colors of #6CC50D
Black with #6CC50D
Text Example
Text Example
White with #6CC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC50D; }
p { color: rgb(108,197,13); }
H1.HeaderClassName
{
color: #6CC50D;
}
.AnyTagClassName
{
color: #6CC50D;
}
</style>
background-color css
<style>
a { background-color: #6CC50D; }
a { background-color: rgb(108,197,13); }
div.DivClassName
{
background-color: #6CC50D;
}
.BgClassName
{
background-color: #6CC50D;
}
</style>
border-color css
<style>
span { border-color: #6CC50D; }
span { border-color: rgb(108,197,13); }
td.TdClassName
{
border-color: #6CC50D;
}
.TagClassName
{
border-color: #6CC50D;
}
</style>