Shades of Apple #69D52F
Tints of Apple #69D52F
RGB
CMYK
RGB Variations
Color information
#69D52F (or 0x69D52F) is known color: Apple. HEX triplet: 69, D5 and 2F. RGB value is (105,213,47). Sum of RGB (Red+Green+Blue) = 105+213+47=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #69D52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D52F is #962AD0. Grayscale: #A2A2A2. Windows color (decimal): -9841361 or 3134825. OLE color: 3134825.
HSL color Cylindrical-coordinate representation of color #69D52F: hue angle of 99.04º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69D52F is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 213 | 47 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.16 |
| HSL | 99.04º | 0.66% | 0.51% | - |
| HSV(B) | 99.04º | 0.78% | 0.84% | - |
| XYZ | 30.13 | 50.8 | 10.91 | - |
| YUV | 161.78 | 63.22 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 213 | 47 | 0.51 | 0 | 0.78 | 0.16 | 99.04 | 0.66 | 0.51 |
| Hex | 69 | D5 | 2F | 33 | 0 | 4E | 10 | 63 | 42 | 33 |
| Octal | 151 | 325 | 57 | 63 | 0 | 116 | 20 | 143 | 102 | 63 |
| Binary | 1101001 | 11010101 | 101111 | 110011 | 0 | 1001110 | 10000 | 1100011 | 1000010 | 110011 |
Color Harmonies of #69D52F
Complementary color
Monochromatic Colors of #69D52F
Black with #69D52F
Text Example
Text Example
White with #69D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D52F; }
p { color: rgb(105,213,47); }
H1.HeaderClassName
{
color: #69D52F;
}
.AnyTagClassName
{
color: #69D52F;
}
</style>
background-color css
<style>
a { background-color: #69D52F; }
a { background-color: rgb(105,213,47); }
div.DivClassName
{
background-color: #69D52F;
}
.BgClassName
{
background-color: #69D52F;
}
</style>
border-color css
<style>
span { border-color: #69D52F; }
span { border-color: rgb(105,213,47); }
td.TdClassName
{
border-color: #69D52F;
}
.TagClassName
{
border-color: #69D52F;
}
</style>