Shades of Apple #69CC38
Tints of Apple #69CC38
RGB
CMYK
RGB Variations
Color information
#69CC38 (or 0x69CC38) is known color: Apple. HEX triplet: 69, CC and 38. RGB value is (105,204,56). Sum of RGB (Red+Green+Blue) = 105+204+56=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 204 (80.08% from 255 or 55.89% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CC38 is #9633C7. Grayscale: #9E9E9E. Windows color (decimal): -9843656 or 3722345. OLE color: 3722345.
HSL color Cylindrical-coordinate representation of color #69CC38: hue angle of 100.14º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #69CC38 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 204 | 56 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.2 |
| HSL | 100.14º | 0.59% | 0.51% | - |
| HSV(B) | 100.14º | 0.73% | 0.8% | - |
| XYZ | 28.13 | 46.47 | 11.23 | - |
| YUV | 157.53 | 70.7 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 204 | 56 | 0.49 | 0 | 0.73 | 0.2 | 100.14 | 0.59 | 0.51 |
| Hex | 69 | CC | 38 | 31 | 0 | 49 | 14 | 64 | 3B | 33 |
| Octal | 151 | 314 | 70 | 61 | 0 | 111 | 24 | 144 | 73 | 63 |
| Binary | 1101001 | 11001100 | 111000 | 110001 | 0 | 1001001 | 10100 | 1100100 | 111011 | 110011 |
Color Harmonies of #69CC38
Complementary color
Monochromatic Colors of #69CC38
Black with #69CC38
Text Example
Text Example
White with #69CC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CC38; }
p { color: rgb(105,204,56); }
H1.HeaderClassName
{
color: #69CC38;
}
.AnyTagClassName
{
color: #69CC38;
}
</style>
background-color css
<style>
a { background-color: #69CC38; }
a { background-color: rgb(105,204,56); }
div.DivClassName
{
background-color: #69CC38;
}
.BgClassName
{
background-color: #69CC38;
}
</style>
border-color css
<style>
span { border-color: #69CC38; }
span { border-color: rgb(105,204,56); }
td.TdClassName
{
border-color: #69CC38;
}
.TagClassName
{
border-color: #69CC38;
}
</style>