Shades of Apple #6CDF2D
Tints of Apple #6CDF2D
RGB
CMYK
RGB Variations
Color information
#6CDF2D (or 0x6CDF2D) is known color: Apple. HEX triplet: 6C, DF and 2D. RGB value is (108,223,45). Sum of RGB (Red+Green+Blue) = 108+223+45=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 223 (87.5% from 255 or 59.31% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDF2D is #9320D2. Grayscale: #A8A8A8. Windows color (decimal): -9642195 or 3006316. OLE color: 3006316.
HSL color Cylindrical-coordinate representation of color #6CDF2D: hue angle of 98.76º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6CDF2D is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
RGB | 108 | 223 | 45 | - |
CMYK | 0.52 | 0 | 0.80 | 0.13 |
HSL | 98.76º | 0.74% | 0.53% | - |
HSV(B) | 98.76º | 0.8% | 0.87% | - |
XYZ | 33.05 | 56.15 | 11.58 | - |
YUV | 168.32 | 58.4 | 84.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 108 | 223 | 45 | 0.52 | 0 | 0.80 | 0.13 | 98.76 | 0.74 | 0.53 |
Hex | 6C | DF | 2D | 34 | 0 | 50 | D | 63 | 4A | 35 |
Octal | 154 | 337 | 55 | 64 | 0 | 120 | 15 | 143 | 112 | 65 |
Binary | 1101100 | 11011111 | 101101 | 110100 | 0 | 1010000 | 1101 | 1100011 | 1001010 | 110101 |
Color Harmonies of #6CDF2D
Complementary color
Monochromatic Colors of #6CDF2D
Black with #6CDF2D
Text Example
Text Example
White with #6CDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDF2D; }
p { color: rgb(108,223,45); }
H1.HeaderClassName
{
color: #6CDF2D;
}
.AnyTagClassName
{
color: #6CDF2D;
}
</style>
background-color css
<style>
a { background-color: #6CDF2D; }
a { background-color: rgb(108,223,45); }
div.DivClassName
{
background-color: #6CDF2D;
}
.BgClassName
{
background-color: #6CDF2D;
}
</style>
border-color css
<style>
span { border-color: #6CDF2D; }
span { border-color: rgb(108,223,45); }
td.TdClassName
{
border-color: #6CDF2D;
}
.TagClassName
{
border-color: #6CDF2D;
}
</style>