#69D044

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

Shades of Apple #69D044

Tints of Apple #69D044

Color information

#69D044 (or 0x69D044) is unknown color: approx Apple. HEX triplet: 69, D0 and 44. RGB value is (105,208,68). Sum of RGB (Red+Green+Blue) = 105+208+68=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 208 (81.64% from 255 or 54.59% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 208 - color contains mainly: green. Hex color #69D044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D044 is #962FBB. Grayscale: #A1A1A1. Windows color (decimal): -9842620 or 4509801. OLE color: 4509801.

HSL color Cylindrical-coordinate representation of color #69D044: hue angle of 104.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69D044 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB10520868-
CMYK0.5000.670.18
HSL104.14º59.83%54.12%-
HSV(B)104.14º67.31%81.57%-
XYZ29.4248.5313.29-
YUV161.2475.3887.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 208 (81.64% from 255) = 54.59%
BLUE value IS 68 (26.95% from 255) = 17.85%
R=27.56%
G=54.59%
B=17.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal105208680.5000.670.18104.1459.8354.12
Hex69D0443204312683c36
Octal151320104620103221507466
Binary110100111010000100010011001001000011100101101000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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