Html Css Color HEX #70CB47 Apple

📋 copy color: '#70CB47'

red 112 ◦ green 203 ◦ blue 71

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

Shades of Apple #70CB47

Tints of Apple #70CB47

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.59%

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

R = 29.02%
G = 52.59%
B = 18.39%

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

#70CB47 (or 0x70CB47) is known color: Apple. HEX triplet: 70, CB and 47. RGB value is (112,203,71). Sum of RGB (Red+Green+Blue) = 112+203+71=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CB47 is #8F34B8. Grayscale: #A1A1A1. Windows color (decimal): -9385145 or 4705136. OLE color: 4705136.

HSL color Cylindrical-coordinate representation of color #70CB47: hue angle of 101.36º degrees, saturation: 0.56, 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 #70CB47 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 203 71 -
CMYK 0.45 0 0.65 0.20
HSL 101.36º 0.56% 0.54% -
HSV(B) 101.36º 0.65% 0.8% -
XYZ 29.18 46.61 13.42 -
YUV 160.74 77.35 93.23 -
System Red Green Blue C M Y K H S L
Decimal 112 203 71 0.45 0 0.65 0.20 101.36 0.56 0.54
Hex 70 CB 47 2D 0 41 14 65 38 36
Octal 160 313 107 55 0 101 24 145 70 66
Binary 1110000 11001011 1000111 101101 0 1000001 10100 1100101 111000 110110

Color Harmonies of #70CB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CB47

Black with #70CB47

Text Example


Text Example

White with #70CB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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