Html Css Color HEX #70C14D Apple

📋 copy color: '#70C14D'

red 112 ◦ green 193 ◦ blue 77

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

Shades of Apple #70C14D

Tints of Apple #70C14D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.52%

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

R = 29.32%
G = 50.52%
B = 20.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#70C14D (or 0x70C14D) is known color: Apple. HEX triplet: 70, C1 and 4D. RGB value is (112,193,77). Sum of RGB (Red+Green+Blue) = 112+193+77=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #70C14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C14D is #8F3EB2. Grayscale: #9B9B9B. Windows color (decimal): -9387699 or 5095792. OLE color: 5095792.

HSL color Cylindrical-coordinate representation of color #70C14D: hue angle of 101.9º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70C14D is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 193 77 -
CMYK 0.42 0 0.60 0.24
HSL 101.9º 0.48% 0.53% -
HSV(B) 101.9º 0.6% 0.76% -
XYZ 27.09 42.12 13.72 -
YUV 155.56 83.66 96.93 -
System Red Green Blue C M Y K H S L
Decimal 112 193 77 0.42 0 0.60 0.24 101.9 0.48 0.53
Hex 70 C1 4D 2A 0 3C 18 66 30 35
Octal 160 301 115 52 0 74 30 146 60 65
Binary 1110000 11000001 1001101 101010 0 111100 11000 1100110 110000 110101

Color Harmonies of #70C14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C14D

Black with #70C14D

Text Example


Text Example

White with #70C14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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