#69CA44

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

Shades of Apple #69CA44

Tints of Apple #69CA44

Color information

#69CA44 (or 0x69CA44) is unknown color: approx Apple. HEX triplet: 69, CA and 44. RGB value is (105,202,68). Sum of RGB (Red+Green+Blue) = 105+202+68=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CA44 is #9635BB. Grayscale: #9E9E9E. Windows color (decimal): -9844156 or 4508265. OLE color: 4508265.

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

Color convert

RGB10520268-
CMYK0.4800.660.21
HSL103.43º55.83%52.94%-
HSV(B)103.43º66.34%79.22%-
XYZ27.9945.6612.81-
YUV157.7277.3690.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 202 (79.30% from 255) = 53.87%
BLUE value IS 68 (26.95% from 255) = 18.13%
R=28%
G=53.87%
B=18.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105202680.4800.660.21103.4355.8352.94
Hex69CA443004215673835
Octal151312104600102251477065
Binary110100111001010100010011000001000010101011100111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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