#70BF43

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

Shades of Apple #70BF43

Tints of Apple #70BF43

Color information

#70BF43 (or 0x70BF43) is unknown color: approx Apple. HEX triplet: 70, BF and 43. RGB value is (112,191,67). Sum of RGB (Red+Green+Blue) = 112+191+67=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BF43 is #8F40BC. Grayscale: #999999. Windows color (decimal): -9388221 or 4439920. OLE color: 4439920.

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

Color convert

RGB11219167-
CMYK0.4100.650.25
HSL98.23º49.21%50.59%-
HSV(B)98.23º64.92%74.9%-
XYZ26.3341.1111.86-
YUV153.2479.3398.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 191 (75% from 255) = 51.62%
BLUE value IS 67 (26.56% from 255) = 18.11%
R=30.27%
G=51.62%
B=18.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112191670.4100.650.2598.2349.2150.59
Hex70BF432904119623133
Octal160277103510101311426163
Binary111000010111111100001110100101000001110011100010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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