#70D334

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

Shades of Apple #70D334

Tints of Apple #70D334

Color information

#70D334 (or 0x70D334) is unknown color: approx Apple. HEX triplet: 70, D3 and 34. RGB value is (112,211,52). Sum of RGB (Red+Green+Blue) = 112+211+52=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 211 (82.81% from 255 or 56.27% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 211 - color contains mainly: green. Hex color #70D334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D334 is #8F2CCB. Grayscale: #A3A3A3. Windows color (decimal): -9383116 or 3462000. OLE color: 3462000.

HSL color Cylindrical-coordinate representation of color #70D334: hue angle of 97.36º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70D334 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB11221152-
CMYK0.4700.750.17
HSL97.36º64.37%51.57%-
HSV(B)97.36º75.36%82.75%-
XYZ30.650.2811.34-
YUV163.2765.291.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 211 (82.81% from 255) = 56.27%
BLUE value IS 52 (20.70% from 255) = 13.87%
R=29.87%
G=56.27%
B=13.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112211520.4700.750.1797.3664.3751.57
Hex70D3342F04B11614034
Octal160323645701132114110064
Binary111000011010011110100101111010010111000111000011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,211,52); }

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

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

 a { background-color: rgb(112,211,52); }

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

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

 span { border-color: rgb(112,211,52); }

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