#69C54F

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

Shades of Apple #69C54F

Tints of Apple #69C54F

Color information

#69C54F (or 0x69C54F) is unknown color: approx Apple. HEX triplet: 69, C5 and 4F. RGB value is (105,197,79). Sum of RGB (Red+Green+Blue) = 105+197+79=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #69C54F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C54F is #963AB0. Grayscale: #9C9C9C. Windows color (decimal): -9845425 or 5227881. OLE color: 5227881.

HSL color Cylindrical-coordinate representation of color #69C54F: hue angle of 106.78º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69C54F is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB10519779-
CMYK0.4700.600.23
HSL106.78º50.43%54.12%-
HSV(B)106.78º59.9%77.25%-
XYZ27.243.514.36-
YUV156.0484.5291.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 197 (77.34% from 255) = 51.71%
BLUE value IS 79 (31.25% from 255) = 20.73%
R=27.56%
G=51.71%
B=20.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal105197790.4700.600.23106.7850.4354.12
Hex69C54F2F03C176b3236
Octal15130511757074271536266
Binary11010011100010110011111011110111100101111101011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,197,79); }

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

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

 a { background-color: rgb(105,197,79); }

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

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

 span { border-color: rgb(105,197,79); }

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