Shades of Christi #6CCA28
Tints of Christi #6CCA28
RGB
CMYK
RGB Variations
Color information
#6CCA28 (or 0x6CCA28) is known color: Christi. HEX triplet: 6C, CA and 28. RGB value is (108,202,40). Sum of RGB (Red+Green+Blue) = 108+202+40=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCA28 is #9335D7. Grayscale: #9B9B9B. Windows color (decimal): -9647576 or 2673260. OLE color: 2673260.
HSL color Cylindrical-coordinate representation of color #6CCA28: hue angle of 94.81º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6CCA28 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 202 | 40 | - |
| CMYK | 0.47 | 0 | 0.80 | 0.21 |
| HSL | 94.81º | 0.67% | 0.47% | - |
| HSV(B) | 94.81º | 0.8% | 0.79% | - |
| XYZ | 27.69 | 45.58 | 9.35 | - |
| YUV | 155.43 | 62.86 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 40 | 0.47 | 0 | 0.80 | 0.21 | 94.81 | 0.67 | 0.47 |
| Hex | 6C | CA | 28 | 2F | 0 | 50 | 15 | 5F | 43 | 2F |
| Octal | 154 | 312 | 50 | 57 | 0 | 120 | 25 | 137 | 103 | 57 |
| Binary | 1101100 | 11001010 | 101000 | 101111 | 0 | 1010000 | 10101 | 1011111 | 1000011 | 101111 |
Color Harmonies of #6CCA28
Complementary color
Monochromatic Colors of #6CCA28
Black with #6CCA28
Text Example
Text Example
White with #6CCA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCA28; }
p { color: rgb(108,202,40); }
H1.HeaderClassName
{
color: #6CCA28;
}
.AnyTagClassName
{
color: #6CCA28;
}
</style>
background-color css
<style>
a { background-color: #6CCA28; }
a { background-color: rgb(108,202,40); }
div.DivClassName
{
background-color: #6CCA28;
}
.BgClassName
{
background-color: #6CCA28;
}
</style>
border-color css
<style>
span { border-color: #6CCA28; }
span { border-color: rgb(108,202,40); }
td.TdClassName
{
border-color: #6CCA28;
}
.TagClassName
{
border-color: #6CCA28;
}
</style>