Html Css Color HEX #70CD47 Apple

📋 copy color: '#70CD47'

red 112 ◦ green 205 ◦ blue 71

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

Shades of Apple #70CD47

Tints of Apple #70CD47

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.84%

 BLUE value IS 71 (28.13% from 255) = 18.3%

R = 28.87%
G = 52.84%
B = 18.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#70CD47 (or 0x70CD47) is known color: Apple. HEX triplet: 70, CD and 47. RGB value is (112,205,71). Sum of RGB (Red+Green+Blue) = 112+205+71=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CD47 is #8F32B8. Grayscale: #A2A2A2. Windows color (decimal): -9384633 or 4705648. OLE color: 4705648.

HSL color Cylindrical-coordinate representation of color #70CD47: hue angle of 101.64º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70CD47 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 205 71 -
CMYK 0.45 0 0.65 0.20
HSL 101.64º 0.57% 0.54% -
HSV(B) 101.64º 0.65% 0.8% -
XYZ 29.65 47.56 13.58 -
YUV 161.92 76.69 92.4 -
System Red Green Blue C M Y K H S L
Decimal 112 205 71 0.45 0 0.65 0.20 101.64 0.57 0.54
Hex 70 CD 47 2D 0 41 14 66 39 36
Octal 160 315 107 55 0 101 24 146 71 66
Binary 1110000 11001101 1000111 101101 0 1000001 10100 1100110 111001 110110

Color Harmonies of #70CD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CD47

Black with #70CD47

Text Example


Text Example

White with #70CD47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,205,71); }

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

background-color css

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

 a { background-color: rgb(112,205,71); }

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

border-color css

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

 span { border-color: rgb(112,205,71); }

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