#69CA48

Color #69CA48 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #69CA48

Tints of Apple #69CA48

Color information

#69CA48 (or 0x69CA48) is unknown color: approx Apple. HEX triplet: 69, CA and 48. RGB value is (105,202,72). Sum of RGB (Red+Green+Blue) = 105+202+72=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CA48 is #9635B7. Grayscale: #9E9E9E. Windows color (decimal): -9844152 or 4770409. OLE color: 4770409.

HSL color Cylindrical-coordinate representation of color #69CA48: hue angle of 104.77º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69CA48 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB10520272-
CMYK0.4800.640.21
HSL104.77º55.08%53.73%-
HSV(B)104.77º64.36%79.22%-
XYZ28.1245.7113.47-
YUV158.1879.3690.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 27.70%
GREEN value IS 202 (79.30% from 255) = 53.30%
BLUE value IS 72 (28.52% from 255) = 19.00%
R=27.70%
G=53.30%
B=19.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105202720.4800.640.21104.7755.0853.73
Hex69CA483004015693736
Octal151312110600100251516766
Binary110100111001010100100011000001000000101011101001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69CA48; }

 p { color: rgb(105,202,72); }

 H1.HeaderClassName
 {
   color: #69CA48;
 }
 .AnyTagClassName
 {
   color: #69CA48;
 }
</style>
background-color css

<style>
 a { background-color: #69CA48; }

 a { background-color: rgb(105,202,72); }

 div.DivClassName
 {
   background-color: #69CA48;
 }
 .BgClassName
 {
   background-color: #69CA48;
 }
</style>
border-color css

<style>
 span { border-color: #69CA48; }

 span { border-color: rgb(105,202,72); }

 td.TdClassName
 {
   border-color: #69CA48;
 }
 .TagClassName
 {
   border-color: #69CA48;
 }
</style>