#70BF3C

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

Shades of Apple #70BF3C

Tints of Apple #70BF3C

Color information

#70BF3C (or 0x70BF3C) is unknown color: approx Apple. HEX triplet: 70, BF and 3C. RGB value is (112,191,60). Sum of RGB (Red+Green+Blue) = 112+191+60=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BF3C is #8F40C3. Grayscale: #989898. Windows color (decimal): -9388228 or 3981168. OLE color: 3981168.

HSL color Cylindrical-coordinate representation of color #70BF3C: hue angle of 96.18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70BF3C is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB11219160-
CMYK0.4100.690.25
HSL96.18º52.19%49.22%-
HSV(B)96.18º68.59%74.9%-
XYZ26.1341.0310.82-
YUV152.4475.8399.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.85%
GREEN value IS 191 (75% from 255) = 52.62%
BLUE value IS 60 (23.83% from 255) = 16.53%
R=30.85%
G=52.62%
B=16.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112191600.4100.690.2596.1852.1949.22
Hex70BF3C2904519603431
Octal16027774510105311406461
Binary11100001011111111110010100101000101110011100000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,191,60); }

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

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

 a { background-color: rgb(112,191,60); }

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

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

 span { border-color: rgb(112,191,60); }

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