#70BB54

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

Shades of Apple #70BB54

Tints of Apple #70BB54

Color information

#70BB54 (or 0x70BB54) is unknown color: approx Apple. HEX triplet: 70, BB and 54. RGB value is (112,187,84). Sum of RGB (Red+Green+Blue) = 112+187+84=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BB54 is #8F44AB. Grayscale: #999999. Windows color (decimal): -9389228 or 5553008. OLE color: 5553008.

HSL color Cylindrical-coordinate representation of color #70BB54: hue angle of 103.69º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70BB54 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB11218784-
CMYK0.4000.550.27
HSL103.69º43.1%53.14%-
HSV(B)103.69º55.08%73.33%-
XYZ26.0539.6314.66-
YUV152.8389.1598.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 187 (73.44% from 255) = 48.83%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=29.24%
G=48.83%
B=21.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112187840.4000.550.27103.6943.153.14
Hex70BB54280371B682b35
Octal16027312450067331505365
Binary11100001011101110101001010000110111110111101000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,187,84); }

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

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

 a { background-color: rgb(112,187,84); }

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

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

 span { border-color: rgb(112,187,84); }

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