Shades of Christi #6CAF04
Tints of Christi #6CAF04
RGB
CMYK
RGB Variations
Color information
#6CAF04 (or 0x6CAF04) is known color: Christi. HEX triplet: 6C, AF and 04. RGB value is (108,175,4). Sum of RGB (Red+Green+Blue) = 108+175+4=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAF04 is #9350FB. Grayscale: #888888. Windows color (decimal): -9654524 or 307052. OLE color: 307052.
HSL color Cylindrical-coordinate representation of color #6CAF04: hue angle of 83.51º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6CAF04 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 4 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.31 |
| HSL | 83.51º | 0.96% | 0.35% | - |
| HSV(B) | 83.51º | 0.98% | 0.69% | - |
| XYZ | 21.54 | 33.86 | 5.51 | - |
| YUV | 135.47 | 53.8 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 4 | 0.38 | 0 | 0.98 | 0.31 | 83.51 | 0.96 | 0.35 |
| Hex | 6C | AF | 4 | 26 | 0 | 62 | 1F | 54 | 60 | 23 |
| Octal | 154 | 257 | 4 | 46 | 0 | 142 | 37 | 124 | 140 | 43 |
| Binary | 1101100 | 10101111 | 100 | 100110 | 0 | 1100010 | 11111 | 1010100 | 1100000 | 100011 |
Color Harmonies of #6CAF04
Complementary color
Monochromatic Colors of #6CAF04
Black with #6CAF04
Text Example
Text Example
White with #6CAF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF04; }
p { color: rgb(108,175,4); }
H1.HeaderClassName
{
color: #6CAF04;
}
.AnyTagClassName
{
color: #6CAF04;
}
</style>
background-color css
<style>
a { background-color: #6CAF04; }
a { background-color: rgb(108,175,4); }
div.DivClassName
{
background-color: #6CAF04;
}
.BgClassName
{
background-color: #6CAF04;
}
</style>
border-color css
<style>
span { border-color: #6CAF04; }
span { border-color: rgb(108,175,4); }
td.TdClassName
{
border-color: #6CAF04;
}
.TagClassName
{
border-color: #6CAF04;
}
</style>