Shades of Christi #6DB428
Tints of Christi #6DB428
RGB
CMYK
RGB Variations
Color information
#6DB428 (or 0x6DB428) is known color: Christi. HEX triplet: 6D, B4 and 28. RGB value is (109,180,40). Sum of RGB (Red+Green+Blue) = 109+180+40=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB428 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB428 is #924BD7. Grayscale: #8F8F8F. Windows color (decimal): -9587672 or 2667629. OLE color: 2667629.
HSL color Cylindrical-coordinate representation of color #6DB428: hue angle of 90.43º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6DB428 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 40 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.29 |
| HSL | 90.43º | 0.64% | 0.43% | - |
| HSV(B) | 90.43º | 0.78% | 0.71% | - |
| XYZ | 23.01 | 36.05 | 7.75 | - |
| YUV | 142.81 | 69.98 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 40 | 0.39 | 0 | 0.78 | 0.29 | 90.43 | 0.64 | 0.43 |
| Hex | 6D | B4 | 28 | 27 | 0 | 4E | 1D | 5A | 40 | 2B |
| Octal | 155 | 264 | 50 | 47 | 0 | 116 | 35 | 132 | 100 | 53 |
| Binary | 1101101 | 10110100 | 101000 | 100111 | 0 | 1001110 | 11101 | 1011010 | 1000000 | 101011 |
Color Harmonies of #6DB428
Complementary color
Monochromatic Colors of #6DB428
Black with #6DB428
Text Example
Text Example
White with #6DB428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB428; }
p { color: rgb(109,180,40); }
H1.HeaderClassName
{
color: #6DB428;
}
.AnyTagClassName
{
color: #6DB428;
}
</style>
background-color css
<style>
a { background-color: #6DB428; }
a { background-color: rgb(109,180,40); }
div.DivClassName
{
background-color: #6DB428;
}
.BgClassName
{
background-color: #6DB428;
}
</style>
border-color css
<style>
span { border-color: #6DB428; }
span { border-color: rgb(109,180,40); }
td.TdClassName
{
border-color: #6DB428;
}
.TagClassName
{
border-color: #6DB428;
}
</style>