#6FCA42

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

Shades of Apple #6FCA42

Tints of Apple #6FCA42

Color information

#6FCA42 (or 0x6FCA42) is unknown color: approx Apple. HEX triplet: 6F, CA and 42. RGB value is (111,202,66). Sum of RGB (Red+Green+Blue) = 111+202+66=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCA42 is #9035BD. Grayscale: #9F9F9F. Windows color (decimal): -9450942 or 4377199. OLE color: 4377199.

HSL color Cylindrical-coordinate representation of color #6FCA42: hue angle of 100.15º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6FCA42 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB11120266-
CMYK0.4500.670.21
HSL100.15º56.2%52.55%-
HSV(B)100.15º67.33%79.22%-
XYZ28.6646.0112.53-
YUV159.2975.3593.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.29%
GREEN value IS 202 (79.30% from 255) = 53.30%
BLUE value IS 66 (26.17% from 255) = 17.41%
R=29.29%
G=53.30%
B=17.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal111202660.4500.670.21100.1556.252.55
Hex6FCA422D04315643835
Octal157312102550103251447065
Binary110111111001010100001010110101000011101011100100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FCA42; }

 p { color: rgb(111,202,66); }

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

<style>
 a { background-color: #6FCA42; }

 a { background-color: rgb(111,202,66); }

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

<style>
 span { border-color: #6FCA42; }

 span { border-color: rgb(111,202,66); }

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