Shades of Christi #6CAE25
Tints of Christi #6CAE25
RGB
CMYK
RGB Variations
Color information
#6CAE25 (or 0x6CAE25) is known color: Christi. HEX triplet: 6C, AE and 25. RGB value is (108,174,37). Sum of RGB (Red+Green+Blue) = 108+174+37=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 174 (68.36% from 255 or 54.55% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 174 - color contains mainly: green. Hex color #6CAE25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAE25 is #9351DA. Grayscale: #8B8B8B. Windows color (decimal): -9654747 or 2469484. OLE color: 2469484.
HSL color Cylindrical-coordinate representation of color #6CAE25: hue angle of 88.91º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6CAE25 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 174 | 37 | - |
| CMYK | 0.38 | 0 | 0.79 | 0.32 |
| HSL | 88.91º | 0.65% | 0.41% | - |
| HSV(B) | 88.91º | 0.79% | 0.68% | - |
| XYZ | 21.65 | 33.59 | 7.09 | - |
| YUV | 138.65 | 70.63 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 174 | 37 | 0.38 | 0 | 0.79 | 0.32 | 88.91 | 0.65 | 0.41 |
| Hex | 6C | AE | 25 | 26 | 0 | 4F | 20 | 59 | 41 | 29 |
| Octal | 154 | 256 | 45 | 46 | 0 | 117 | 40 | 131 | 101 | 51 |
| Binary | 1101100 | 10101110 | 100101 | 100110 | 0 | 1001111 | 100000 | 1011001 | 1000001 | 101001 |
Color Harmonies of #6CAE25
Complementary color
Monochromatic Colors of #6CAE25
Black with #6CAE25
Text Example
Text Example
White with #6CAE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAE25; }
p { color: rgb(108,174,37); }
H1.HeaderClassName
{
color: #6CAE25;
}
.AnyTagClassName
{
color: #6CAE25;
}
</style>
background-color css
<style>
a { background-color: #6CAE25; }
a { background-color: rgb(108,174,37); }
div.DivClassName
{
background-color: #6CAE25;
}
.BgClassName
{
background-color: #6CAE25;
}
</style>
border-color css
<style>
span { border-color: #6CAE25; }
span { border-color: rgb(108,174,37); }
td.TdClassName
{
border-color: #6CAE25;
}
.TagClassName
{
border-color: #6CAE25;
}
</style>