Shades of Christi #6DB330
Tints of Christi #6DB330
RGB
CMYK
RGB Variations
Color information
#6DB330 (or 0x6DB330) is known color: Christi. HEX triplet: 6D, B3 and 30. RGB value is (109,179,48). Sum of RGB (Red+Green+Blue) = 109+179+48=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 179 (70.31% from 255 or 53.27% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 179 - color contains mainly: green. Hex color #6DB330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB330 is #924CCF. Grayscale: #8F8F8F. Windows color (decimal): -9587920 or 3191661. OLE color: 3191661.
HSL color Cylindrical-coordinate representation of color #6DB330: hue angle of 92.06º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6DB330 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 179 | 48 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.30 |
| HSL | 92.06º | 0.58% | 0.45% | - |
| HSV(B) | 92.06º | 0.73% | 0.7% | - |
| XYZ | 22.96 | 35.7 | 8.48 | - |
| YUV | 143.14 | 74.31 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 48 | 0.39 | 0 | 0.73 | 0.30 | 92.06 | 0.58 | 0.45 |
| Hex | 6D | B3 | 30 | 27 | 0 | 49 | 1E | 5C | 3A | 2D |
| Octal | 155 | 263 | 60 | 47 | 0 | 111 | 36 | 134 | 72 | 55 |
| Binary | 1101101 | 10110011 | 110000 | 100111 | 0 | 1001001 | 11110 | 1011100 | 111010 | 101101 |
Color Harmonies of #6DB330
Complementary color
Monochromatic Colors of #6DB330
Black with #6DB330
Text Example
Text Example
White with #6DB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB330; }
p { color: rgb(109,179,48); }
H1.HeaderClassName
{
color: #6DB330;
}
.AnyTagClassName
{
color: #6DB330;
}
</style>
background-color css
<style>
a { background-color: #6DB330; }
a { background-color: rgb(109,179,48); }
div.DivClassName
{
background-color: #6DB330;
}
.BgClassName
{
background-color: #6DB330;
}
</style>
border-color css
<style>
span { border-color: #6DB330; }
span { border-color: rgb(109,179,48); }
td.TdClassName
{
border-color: #6DB330;
}
.TagClassName
{
border-color: #6DB330;
}
</style>