Html Css Color HEX #70C82F Apple

📋 copy color: '#70C82F'

red 112 ◦ green 200 ◦ blue 47

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

Shades of Apple #70C82F

Tints of Apple #70C82F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.71%

 BLUE value IS 47 (18.75% from 255) = 13.09%

R = 31.2%
G = 55.71%
B = 13.09%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#70C82F (or 0x70C82F) is known color: Apple. HEX triplet: 70, C8 and 2F. RGB value is (112,200,47). Sum of RGB (Red+Green+Blue) = 112+200+47=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 200 (78.52% from 255 or 55.71% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 200 - color contains mainly: green. Hex color #70C82F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C82F is #8F37D0. Grayscale: #9C9C9C. Windows color (decimal): -9385937 or 3131504. OLE color: 3131504.

HSL color Cylindrical-coordinate representation of color #70C82F: hue angle of 94.51º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70C82F is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 200 47 -
CMYK 0.44 0 0.76 0.22
HSL 94.51º 0.62% 0.48% -
HSV(B) 94.51º 0.77% 0.78% -
XYZ 27.85 44.96 9.9 -
YUV 156.25 66.35 96.44 -
System Red Green Blue C M Y K H S L
Decimal 112 200 47 0.44 0 0.76 0.22 94.51 0.62 0.48
Hex 70 C8 2F 2C 0 4C 16 5F 3E 30
Octal 160 310 57 54 0 114 26 137 76 60
Binary 1110000 11001000 101111 101100 0 1001100 10110 1011111 111110 110000

Color Harmonies of #70C82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C82F

Black with #70C82F

Text Example


Text Example

White with #70C82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,200,47); }

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

background-color css

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

 a { background-color: rgb(112,200,47); }

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

border-color css

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

 span { border-color: rgb(112,200,47); }

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