#69DA44

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

Shades of Apple #69DA44

Tints of Apple #69DA44

Color information

#69DA44 (or 0x69DA44) is unknown color: approx Apple. HEX triplet: 69, DA and 44. RGB value is (105,218,68). Sum of RGB (Red+Green+Blue) = 105+218+68=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 218 (85.55% from 255 or 55.75% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 218 - color contains mainly: green. Hex color #69DA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DA44 is #9625BB. Grayscale: #A7A7A7. Windows color (decimal): -9840060 or 4512361. OLE color: 4512361.

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

Color convert

RGB10521868-
CMYK0.5200.690.15
HSL105.2º66.96%56.08%-
HSV(B)105.2º68.81%85.49%-
XYZ31.9453.5614.12-
YUV167.1172.0683.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 218 (85.55% from 255) = 55.75%
BLUE value IS 68 (26.95% from 255) = 17.39%
R=26.85%
G=55.75%
B=17.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal105218680.5200.690.15105.266.9656.08
Hex69DA4434045F694338
Octal1513321046401051715110370
Binary110100111011010100010011010001000101111111010011000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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