Html Css Color HEX #70B24D Apple

📋 copy color: '#70B24D'

red 112 ◦ green 178 ◦ blue 77

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

Shades of Apple #70B24D

Tints of Apple #70B24D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.5%

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

R = 30.52%
G = 48.5%
B = 20.98%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#70B24D (or 0x70B24D) is known color: Apple. HEX triplet: 70, B2 and 4D. RGB value is (112,178,77). Sum of RGB (Red+Green+Blue) = 112+178+77=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #70B24D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B24D is #8F4DB2. Grayscale: #939393. Windows color (decimal): -9391539 or 5091952. OLE color: 5091952.

HSL color Cylindrical-coordinate representation of color #70B24D: hue angle of 99.21º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70B24D is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 178 77 -
CMYK 0.37 0 0.57 0.30
HSL 99.21º 0.4% 0.5% -
HSV(B) 99.21º 0.57% 0.7% -
XYZ 23.94 35.82 12.67 -
YUV 146.75 88.63 103.21 -
System Red Green Blue C M Y K H S L
Decimal 112 178 77 0.37 0 0.57 0.30 99.21 0.4 0.5
Hex 70 B2 4D 25 0 39 1E 63 28 32
Octal 160 262 115 45 0 71 36 143 50 62
Binary 1110000 10110010 1001101 100101 0 111001 11110 1100011 101000 110010

Color Harmonies of #70B24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B24D

Black with #70B24D

Text Example


Text Example

White with #70B24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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