#69D83A

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

Shades of Apple #69D83A

Tints of Apple #69D83A

Color information

#69D83A (or 0x69D83A) is unknown color: approx Apple. HEX triplet: 69, D8 and 3A. RGB value is (105,216,58). Sum of RGB (Red+Green+Blue) = 105+216+58=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #69D83A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D83A is #9627C5. Grayscale: #A5A5A5. Windows color (decimal): -9840582 or 3856489. OLE color: 3856489.

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

Color convert

RGB10521658-
CMYK0.5100.730.15
HSL102.15º66.95%53.73%-
HSV(B)102.15º73.15%84.71%-
XYZ31.1552.4212.48-
YUV164.867.7385.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.70%
GREEN value IS 216 (84.77% from 255) = 56.99%
BLUE value IS 58 (23.05% from 255) = 15.30%
R=27.70%
G=56.99%
B=15.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal105216580.5100.730.15102.1566.9553.73
Hex69D83A33049F664336
Octal151330726301111714610366
Binary11010011101100011101011001101001001111111001101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,216,58); }

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

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

 a { background-color: rgb(105,216,58); }

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

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

 span { border-color: rgb(105,216,58); }

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