Shades of Apple #69CF30
Tints of Apple #69CF30
RGB
CMYK
RGB Variations
Color information
#69CF30 (or 0x69CF30) is known color: Apple. HEX triplet: 69, CF and 30. RGB value is (105,207,48). Sum of RGB (Red+Green+Blue) = 105+207+48=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 207 (81.25% from 255 or 57.5% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 207 - color contains mainly: green. Hex color #69CF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CF30 is #9630CF. Grayscale: #9E9E9E. Windows color (decimal): -9842896 or 3198825. OLE color: 3198825.
HSL color Cylindrical-coordinate representation of color #69CF30: hue angle of 98.49º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69CF30 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 207 | 48 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.19 |
| HSL | 98.49º | 0.62% | 0.5% | - |
| HSV(B) | 98.49º | 0.77% | 0.81% | - |
| XYZ | 28.67 | 47.84 | 10.52 | - |
| YUV | 158.38 | 65.71 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 48 | 0.49 | 0 | 0.77 | 0.19 | 98.49 | 0.62 | 0.5 |
| Hex | 69 | CF | 30 | 31 | 0 | 4D | 13 | 62 | 3E | 32 |
| Octal | 151 | 317 | 60 | 61 | 0 | 115 | 23 | 142 | 76 | 62 |
| Binary | 1101001 | 11001111 | 110000 | 110001 | 0 | 1001101 | 10011 | 1100010 | 111110 | 110010 |
Color Harmonies of #69CF30
Complementary color
Monochromatic Colors of #69CF30
Black with #69CF30
Text Example
Text Example
White with #69CF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CF30; }
p { color: rgb(105,207,48); }
H1.HeaderClassName
{
color: #69CF30;
}
.AnyTagClassName
{
color: #69CF30;
}
</style>
background-color css
<style>
a { background-color: #69CF30; }
a { background-color: rgb(105,207,48); }
div.DivClassName
{
background-color: #69CF30;
}
.BgClassName
{
background-color: #69CF30;
}
</style>
border-color css
<style>
span { border-color: #69CF30; }
span { border-color: rgb(105,207,48); }
td.TdClassName
{
border-color: #69CF30;
}
.TagClassName
{
border-color: #69CF30;
}
</style>