Shades of Apple #6CD34A
Tints of Apple #6CD34A
RGB
CMYK
RGB Variations
Color information
#6CD34A (or 0x6CD34A) is known color: Apple. HEX triplet: 6C, D3 and 4A. RGB value is (108,211,74). Sum of RGB (Red+Green+Blue) = 108+211+74=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 211 (82.81% from 255 or 53.69% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 211 - color contains mainly: green. Hex color #6CD34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD34A is #932CB5. Grayscale: #A5A5A5. Windows color (decimal): -9645238 or 4903788. OLE color: 4903788.
HSL color Cylindrical-coordinate representation of color #6CD34A: hue angle of 105.11º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6CD34A is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 211 | 74 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.17 |
| HSL | 105.11º | 0.61% | 0.56% | - |
| HSV(B) | 105.11º | 0.65% | 0.83% | - |
| XYZ | 30.71 | 50.27 | 14.56 | - |
| YUV | 164.59 | 76.88 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 211 | 74 | 0.49 | 0 | 0.65 | 0.17 | 105.11 | 0.61 | 0.56 |
| Hex | 6C | D3 | 4A | 31 | 0 | 41 | 11 | 69 | 3D | 38 |
| Octal | 154 | 323 | 112 | 61 | 0 | 101 | 21 | 151 | 75 | 70 |
| Binary | 1101100 | 11010011 | 1001010 | 110001 | 0 | 1000001 | 10001 | 1101001 | 111101 | 111000 |
Color Harmonies of #6CD34A
Complementary color
Monochromatic Colors of #6CD34A
Black with #6CD34A
Text Example
Text Example
White with #6CD34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD34A; }
p { color: rgb(108,211,74); }
H1.HeaderClassName
{
color: #6CD34A;
}
.AnyTagClassName
{
color: #6CD34A;
}
</style>
background-color css
<style>
a { background-color: #6CD34A; }
a { background-color: rgb(108,211,74); }
div.DivClassName
{
background-color: #6CD34A;
}
.BgClassName
{
background-color: #6CD34A;
}
</style>
border-color css
<style>
span { border-color: #6CD34A; }
span { border-color: rgb(108,211,74); }
td.TdClassName
{
border-color: #6CD34A;
}
.TagClassName
{
border-color: #6CD34A;
}
</style>