Html Css Color HEX #70B54D Apple

📋 copy color: '#70B54D'

red 112 ◦ green 181 ◦ blue 77

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

Shades of Apple #70B54D

Tints of Apple #70B54D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.81%

R = 30.27%
G = 48.92%
B = 20.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#70B54D (or 0x70B54D) is known color: Apple. HEX triplet: 70, B5 and 4D. RGB value is (112,181,77). Sum of RGB (Red+Green+Blue) = 112+181+77=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 181 - color contains mainly: green. Hex color #70B54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B54D is #8F4AB2. Grayscale: #949494. Windows color (decimal): -9390771 or 5092720. OLE color: 5092720.

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

Color convert

RGB 112 181 77 -
CMYK 0.38 0 0.57 0.29
HSL 99.81º 0.41% 0.51% -
HSV(B) 99.81º 0.57% 0.71% -
XYZ 24.55 37.03 12.87 -
YUV 148.51 87.64 101.96 -
System Red Green Blue C M Y K H S L
Decimal 112 181 77 0.38 0 0.57 0.29 99.81 0.41 0.51
Hex 70 B5 4D 26 0 39 1D 64 29 33
Octal 160 265 115 46 0 71 35 144 51 63
Binary 1110000 10110101 1001101 100110 0 111001 11101 1100100 101001 110011

Color Harmonies of #70B54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B54D

Black with #70B54D

Text Example


Text Example

White with #70B54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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