#70C24E

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

Shades of Apple #70C24E

Tints of Apple #70C24E

Color information

#70C24E (or 0x70C24E) is unknown color: approx Apple. HEX triplet: 70, C2 and 4E. RGB value is (112,194,78). Sum of RGB (Red+Green+Blue) = 112+194+78=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #70C24E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C24E is #8F3DB1. Grayscale: #9C9C9C. Windows color (decimal): -9387442 or 5161584. OLE color: 5161584.

HSL color Cylindrical-coordinate representation of color #70C24E: hue angle of 102.41º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70C24E is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB11219478-
CMYK0.4200.600.24
HSL102.41º48.74%53.33%-
HSV(B)102.41º59.79%76.08%-
XYZ27.3542.5813.98-
YUV156.2683.8396.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.17%
GREEN value IS 194 (76.17% from 255) = 50.52%
BLUE value IS 78 (30.86% from 255) = 20.31%
R=29.17%
G=50.52%
B=20.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112194780.4200.600.24102.4148.7453.33
Hex70C24E2A03C18663135
Octal16030211652074301466165
Binary11100001100001010011101010100111100110001100110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70C24E; }

 p { color: rgb(112,194,78); }

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

<style>
 a { background-color: #70C24E; }

 a { background-color: rgb(112,194,78); }

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

<style>
 span { border-color: #70C24E; }

 span { border-color: rgb(112,194,78); }

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