#69CE40

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

Shades of Apple #69CE40

Tints of Apple #69CE40

Color information

#69CE40 (or 0x69CE40) is unknown color: approx Apple. HEX triplet: 69, CE and 40. RGB value is (105,206,64). Sum of RGB (Red+Green+Blue) = 105+206+64=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 206 (80.86% from 255 or 54.93% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 206 - color contains mainly: green. Hex color #69CE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CE40 is #9631BF. Grayscale: #A0A0A0. Windows color (decimal): -9843136 or 4247145. OLE color: 4247145.

HSL color Cylindrical-coordinate representation of color #69CE40: hue angle of 102.68º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69CE40 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB10520664-
CMYK0.4900.690.19
HSL102.68º59.17%52.94%-
HSV(B)102.68º68.93%80.78%-
XYZ28.8247.5212.5-
YUV159.6174.0489.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 206 (80.86% from 255) = 54.93%
BLUE value IS 64 (25.39% from 255) = 17.07%
R=28%
G=54.93%
B=17.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal105206640.4900.690.19102.6859.1752.94
Hex69CE403104513673b35
Octal151316100610105231477365
Binary110100111001110100000011000101000101100111100111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,206,64); }

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

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

 a { background-color: rgb(105,206,64); }

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

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

 span { border-color: rgb(105,206,64); }

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