Shades of Christi #6CC308
Tints of Christi #6CC308
RGB
CMYK
RGB Variations
Color information
#6CC308 (or 0x6CC308) is known color: Christi. HEX triplet: 6C, C3 and 08. RGB value is (108,195,8). Sum of RGB (Red+Green+Blue) = 108+195+8=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 195 (76.56% from 255 or 62.70% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 195 - color contains mainly: green. Hex color #6CC308 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC308 is #933CF7. Grayscale: #949494. Windows color (decimal): -9649400 or 574316. OLE color: 574316.
HSL color Cylindrical-coordinate representation of color #6CC308: hue angle of 87.91º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6CC308 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 195 | 8 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.24 |
| HSL | 87.91º | 0.92% | 0.4% | - |
| HSV(B) | 87.91º | 0.96% | 0.76% | - |
| XYZ | 25.74 | 42.24 | 7.03 | - |
| YUV | 147.67 | 49.18 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 195 | 8 | 0.45 | 0 | 0.96 | 0.24 | 87.91 | 0.92 | 0.4 |
| Hex | 6C | C3 | 8 | 2D | 0 | 60 | 18 | 58 | 5C | 28 |
| Octal | 154 | 303 | 10 | 55 | 0 | 140 | 30 | 130 | 134 | 50 |
| Binary | 1101100 | 11000011 | 1000 | 101101 | 0 | 1100000 | 11000 | 1011000 | 1011100 | 101000 |
Color Harmonies of #6CC308
Complementary color
Monochromatic Colors of #6CC308
Black with #6CC308
Text Example
Text Example
White with #6CC308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC308; }
p { color: rgb(108,195,8); }
H1.HeaderClassName
{
color: #6CC308;
}
.AnyTagClassName
{
color: #6CC308;
}
</style>
background-color css
<style>
a { background-color: #6CC308; }
a { background-color: rgb(108,195,8); }
div.DivClassName
{
background-color: #6CC308;
}
.BgClassName
{
background-color: #6CC308;
}
</style>
border-color css
<style>
span { border-color: #6CC308; }
span { border-color: rgb(108,195,8); }
td.TdClassName
{
border-color: #6CC308;
}
.TagClassName
{
border-color: #6CC308;
}
</style>