Shades of Apple #6FCA2D
Tints of Apple #6FCA2D
RGB
CMYK
RGB Variations
Color information
#6FCA2D (or 0x6FCA2D) is known color: Apple. HEX triplet: 6F, CA and 2D. RGB value is (111,202,45). Sum of RGB (Red+Green+Blue) = 111+202+45=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCA2D is #9035D2. Grayscale: #9D9D9D. Windows color (decimal): -9450963 or 3000943. OLE color: 3000943.
HSL color Cylindrical-coordinate representation of color #6FCA2D: hue angle of 94.78º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6FCA2D is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 202 | 45 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.21 |
| HSL | 94.78º | 0.64% | 0.48% | - |
| HSV(B) | 94.78º | 0.78% | 0.79% | - |
| XYZ | 28.15 | 45.81 | 9.84 | - |
| YUV | 156.89 | 64.85 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 45 | 0.45 | 0 | 0.78 | 0.21 | 94.78 | 0.64 | 0.48 |
| Hex | 6F | CA | 2D | 2D | 0 | 4E | 15 | 5F | 40 | 30 |
| Octal | 157 | 312 | 55 | 55 | 0 | 116 | 25 | 137 | 100 | 60 |
| Binary | 1101111 | 11001010 | 101101 | 101101 | 0 | 1001110 | 10101 | 1011111 | 1000000 | 110000 |
Color Harmonies of #6FCA2D
Complementary color
Monochromatic Colors of #6FCA2D
Black with #6FCA2D
Text Example
Text Example
White with #6FCA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCA2D; }
p { color: rgb(111,202,45); }
H1.HeaderClassName
{
color: #6FCA2D;
}
.AnyTagClassName
{
color: #6FCA2D;
}
</style>
background-color css
<style>
a { background-color: #6FCA2D; }
a { background-color: rgb(111,202,45); }
div.DivClassName
{
background-color: #6FCA2D;
}
.BgClassName
{
background-color: #6FCA2D;
}
</style>
border-color css
<style>
span { border-color: #6FCA2D; }
span { border-color: rgb(111,202,45); }
td.TdClassName
{
border-color: #6FCA2D;
}
.TagClassName
{
border-color: #6FCA2D;
}
</style>