Html Css Color HEX #70BE4D Apple

📋 copy color: '#70BE4D'

red 112 ◦ green 190 ◦ blue 77

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

Shades of Apple #70BE4D

Tints of Apple #70BE4D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.13%

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

R = 29.55%
G = 50.13%
B = 20.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#70BE4D (or 0x70BE4D) is known color: Apple. HEX triplet: 70, BE and 4D. RGB value is (112,190,77). Sum of RGB (Red+Green+Blue) = 112+190+77=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE4D is #8F41B2. Grayscale: #9A9A9A. Windows color (decimal): -9388467 or 5095024. OLE color: 5095024.

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

Color convert

RGB 112 190 77 -
CMYK 0.41 0 0.59 0.25
HSL 101.42º 0.47% 0.52% -
HSV(B) 101.42º 0.59% 0.75% -
XYZ 26.44 40.81 13.5 -
YUV 153.8 84.66 98.19 -
System Red Green Blue C M Y K H S L
Decimal 112 190 77 0.41 0 0.59 0.25 101.42 0.47 0.52
Hex 70 BE 4D 29 0 3B 19 65 2F 34
Octal 160 276 115 51 0 73 31 145 57 64
Binary 1110000 10111110 1001101 101001 0 111011 11001 1100101 101111 110100

Color Harmonies of #70BE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BE4D

Black with #70BE4D

Text Example


Text Example

White with #70BE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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