#69D93F

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

Shades of Apple #69D93F

Tints of Apple #69D93F

Color information

#69D93F (or 0x69D93F) is unknown color: approx Apple. HEX triplet: 69, D9 and 3F. RGB value is (105,217,63). Sum of RGB (Red+Green+Blue) = 105+217+63=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #69D93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D93F is #9626C0. Grayscale: #A6A6A6. Windows color (decimal): -9840321 or 4184425. OLE color: 4184425.

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

Color convert

RGB10521763-
CMYK0.5200.710.15
HSL103.64º66.96%54.9%-
HSV(B)103.64º70.97%85.1%-
XYZ31.5452.9913.27-
YUV165.9669.8984.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 217 (85.16% from 255) = 56.36%
BLUE value IS 63 (25% from 255) = 16.36%
R=27.27%
G=56.36%
B=16.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal105217630.5200.710.15103.6466.9654.9
Hex69D93F34047F684337
Octal151331776401071715010367
Binary11010011101100111111111010001000111111111010001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,217,63); }

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

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

 a { background-color: rgb(105,217,63); }

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

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

 span { border-color: rgb(105,217,63); }

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