#69DC42

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

Shades of Apple #69DC42

Tints of Apple #69DC42

Color information

#69DC42 (or 0x69DC42) is unknown color: approx Apple. HEX triplet: 69, DC and 42. RGB value is (105,220,66). Sum of RGB (Red+Green+Blue) = 105+220+66=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DC42 is #9623BD. Grayscale: #A8A8A8. Windows color (decimal): -9839550 or 4381801. OLE color: 4381801.

HSL color Cylindrical-coordinate representation of color #69DC42: hue angle of 104.81º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69DC42 is Cyan = 0.52, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB10522066-
CMYK0.5200.70.14
HSL104.81º68.75%56.08%-
HSV(B)104.81º70%86.27%-
XYZ32.454.5813.98-
YUV168.0670.483.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 220 (86.33% from 255) = 56.27%
BLUE value IS 66 (26.17% from 255) = 16.88%
R=26.85%
G=56.27%
B=16.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal105220660.5200.70.14104.8168.7556.08
Hex69DC4234046E694538
Octal1513341026401061615110570
Binary110100111011100100001011010001000110111011010011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,220,66); }

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

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

 a { background-color: rgb(105,220,66); }

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

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

 span { border-color: rgb(105,220,66); }

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