#6FC150

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

Shades of Apple #6FC150

Tints of Apple #6FC150

Color information

#6FC150 (or 0x6FC150) is unknown color: approx Apple. HEX triplet: 6F, C1 and 50. RGB value is (111,193,80). Sum of RGB (Red+Green+Blue) = 111+193+80=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC150 is #903EAF. Grayscale: #9B9B9B. Windows color (decimal): -9453232 or 5292399. OLE color: 5292399.

HSL color Cylindrical-coordinate representation of color #6FC150: hue angle of 103.54º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6FC150 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB11119380-
CMYK0.4200.590.24
HSL103.54º47.68%53.53%-
HSV(B)103.54º58.55%75.69%-
XYZ27.0742.114.29-
YUV155.685.3396.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.91%
GREEN value IS 193 (75.78% from 255) = 50.26%
BLUE value IS 80 (31.64% from 255) = 20.83%
R=28.91%
G=50.26%
B=20.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal111193800.4200.590.24103.5447.6853.53
Hex6FC1502A03B18683036
Octal15730112052073301506066
Binary11011111100000110100001010100111011110001101000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,193,80); }

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

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

 a { background-color: rgb(111,193,80); }

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

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

 span { border-color: rgb(111,193,80); }

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