Html Css Color HEX #70B53A Apple

📋 copy color: '#70B53A'

red 112 ◦ green 181 ◦ blue 58

#70B53A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #70B53A

Tints of Apple #70B53A

RGB

 RED value IS 112 (44.14% from 255) = 31.91%

 GREEN value IS 181 (71.09% from 255) = 51.57%

 BLUE value IS 58 (23.05% from 255) = 16.52%

R = 31.91%
G = 51.57%
B = 16.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#70B53A (or 0x70B53A) is known color: Apple. HEX triplet: 70, B5 and 3A. RGB value is (112,181,58). Sum of RGB (Red+Green+Blue) = 112+181+58=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #70B53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B53A is #8F4AC5. Grayscale: #929292. Windows color (decimal): -9390790 or 3847536. OLE color: 3847536.

HSL color Cylindrical-coordinate representation of color #70B53A: hue angle of 93.66º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70B53A is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 181 58 -
CMYK 0.38 0 0.68 0.29
HSL 93.66º 0.51% 0.47% -
HSV(B) 93.66º 0.68% 0.71% -
XYZ 23.97 36.8 9.84 -
YUV 146.35 78.14 103.5 -
System Red Green Blue C M Y K H S L
Decimal 112 181 58 0.38 0 0.68 0.29 93.66 0.51 0.47
Hex 70 B5 3A 26 0 44 1D 5E 33 2F
Octal 160 265 72 46 0 104 35 136 63 57
Binary 1110000 10110101 111010 100110 0 1000100 11101 1011110 110011 101111

Color Harmonies of #70B53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B53A

Black with #70B53A

Text Example


Text Example

White with #70B53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,181,58); }

 H1.HeaderClassName
 {
   color: #70B53A;
 }
 .AnyTagClassName
 {
   color: #70B53A;
 }
</style>

background-color css

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

 a { background-color: rgb(112,181,58); }

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

border-color css

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

 span { border-color: rgb(112,181,58); }

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