Shades of Apple #69CF4C
Tints of Apple #69CF4C
RGB
CMYK
RGB Variations
Color information
#69CF4C (or 0x69CF4C) is known color: Apple. HEX triplet: 69, CF and 4C. RGB value is (105,207,76). Sum of RGB (Red+Green+Blue) = 105+207+76=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 207 (81.25% from 255 or 53.35% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 207 - color contains mainly: green. Hex color #69CF4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CF4C is #9630B3. Grayscale: #A1A1A1. Windows color (decimal): -9842868 or 5033833. OLE color: 5033833.
HSL color Cylindrical-coordinate representation of color #69CF4C: hue angle of 106.72º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69CF4C is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 207 | 76 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.19 |
| HSL | 106.72º | 0.58% | 0.55% | - |
| HSV(B) | 106.72º | 0.63% | 0.81% | - |
| XYZ | 29.44 | 48.15 | 14.58 | - |
| YUV | 161.57 | 79.71 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 76 | 0.49 | 0 | 0.63 | 0.19 | 106.72 | 0.58 | 0.55 |
| Hex | 69 | CF | 4C | 31 | 0 | 3F | 13 | 6B | 3A | 37 |
| Octal | 151 | 317 | 114 | 61 | 0 | 77 | 23 | 153 | 72 | 67 |
| Binary | 1101001 | 11001111 | 1001100 | 110001 | 0 | 111111 | 10011 | 1101011 | 111010 | 110111 |
Color Harmonies of #69CF4C
Complementary color
Monochromatic Colors of #69CF4C
Black with #69CF4C
Text Example
Text Example
White with #69CF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CF4C; }
p { color: rgb(105,207,76); }
H1.HeaderClassName
{
color: #69CF4C;
}
.AnyTagClassName
{
color: #69CF4C;
}
</style>
background-color css
<style>
a { background-color: #69CF4C; }
a { background-color: rgb(105,207,76); }
div.DivClassName
{
background-color: #69CF4C;
}
.BgClassName
{
background-color: #69CF4C;
}
</style>
border-color css
<style>
span { border-color: #69CF4C; }
span { border-color: rgb(105,207,76); }
td.TdClassName
{
border-color: #69CF4C;
}
.TagClassName
{
border-color: #69CF4C;
}
</style>