Shades of Christi #6DAF32
Tints of Christi #6DAF32
RGB
CMYK
RGB Variations
Color information
#6DAF32 (or 0x6DAF32) is known color: Christi. HEX triplet: 6D, AF and 32. RGB value is (109,175,50). Sum of RGB (Red+Green+Blue) = 109+175+50=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAF32 is #9250CD. Grayscale: #8D8D8D. Windows color (decimal): -9588942 or 3321709. OLE color: 3321709.
HSL color Cylindrical-coordinate representation of color #6DAF32: hue angle of 91.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6DAF32 is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 50 | - |
| CMYK | 0.38 | 0 | 0.71 | 0.31 |
| HSL | 91.68º | 0.56% | 0.44% | - |
| HSV(B) | 91.68º | 0.71% | 0.69% | - |
| XYZ | 22.21 | 34.14 | 8.44 | - |
| YUV | 141.02 | 76.63 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 50 | 0.38 | 0 | 0.71 | 0.31 | 91.68 | 0.56 | 0.44 |
| Hex | 6D | AF | 32 | 26 | 0 | 47 | 1F | 5C | 38 | 2C |
| Octal | 155 | 257 | 62 | 46 | 0 | 107 | 37 | 134 | 70 | 54 |
| Binary | 1101101 | 10101111 | 110010 | 100110 | 0 | 1000111 | 11111 | 1011100 | 111000 | 101100 |
Color Harmonies of #6DAF32
Complementary color
Monochromatic Colors of #6DAF32
Black with #6DAF32
Text Example
Text Example
White with #6DAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAF32; }
p { color: rgb(109,175,50); }
H1.HeaderClassName
{
color: #6DAF32;
}
.AnyTagClassName
{
color: #6DAF32;
}
</style>
background-color css
<style>
a { background-color: #6DAF32; }
a { background-color: rgb(109,175,50); }
div.DivClassName
{
background-color: #6DAF32;
}
.BgClassName
{
background-color: #6DAF32;
}
</style>
border-color css
<style>
span { border-color: #6DAF32; }
span { border-color: rgb(109,175,50); }
td.TdClassName
{
border-color: #6DAF32;
}
.TagClassName
{
border-color: #6DAF32;
}
</style>