#70BF45

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

Shades of Apple #70BF45

Tints of Apple #70BF45

Color information

#70BF45 (or 0x70BF45) is unknown color: approx Apple. HEX triplet: 70, BF and 45. RGB value is (112,191,69). Sum of RGB (Red+Green+Blue) = 112+191+69=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BF45 is #8F40BA. Grayscale: #999999. Windows color (decimal): -9388219 or 4570992. OLE color: 4570992.

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

Color convert

RGB11219169-
CMYK0.4100.640.25
HSL98.85º48.8%50.98%-
HSV(B)98.85º63.87%74.9%-
XYZ26.3941.1412.18-
YUV153.4780.3398.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.11%
GREEN value IS 191 (75% from 255) = 51.34%
BLUE value IS 69 (27.34% from 255) = 18.55%
R=30.11%
G=51.34%
B=18.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112191690.4100.640.2598.8548.850.98
Hex70BF452904019633133
Octal160277105510100311436163
Binary111000010111111100010110100101000000110011100011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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