Html Css Color HEX #70C54A Apple

📋 copy color: '#70C54A'

red 112 ◦ green 197 ◦ blue 74

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

Shades of Apple #70C54A

Tints of Apple #70C54A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.44%

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 29.24%
G = 51.44%
B = 19.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#70C54A (or 0x70C54A) is known color: Apple. HEX triplet: 70, C5 and 4A. RGB value is (112,197,74). Sum of RGB (Red+Green+Blue) = 112+197+74=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #70C54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C54A is #8F3AB5. Grayscale: #9D9D9D. Windows color (decimal): -9386678 or 4900208. OLE color: 4900208.

HSL color Cylindrical-coordinate representation of color #70C54A: hue angle of 101.46º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70C54A is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 112 197 74 -
CMYK 0.43 0 0.62 0.23
HSL 101.46º 0.51% 0.53% -
HSV(B) 101.46º 0.62% 0.77% -
XYZ 27.88 43.87 13.48 -
YUV 157.56 80.84 95.5 -
System Red Green Blue C M Y K H S L
Decimal 112 197 74 0.43 0 0.62 0.23 101.46 0.51 0.53
Hex 70 C5 4A 2B 0 3E 17 65 33 35
Octal 160 305 112 53 0 76 27 145 63 65
Binary 1110000 11000101 1001010 101011 0 111110 10111 1100101 110011 110101

Color Harmonies of #70C54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C54A

Black with #70C54A

Text Example


Text Example

White with #70C54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,197,74); }

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

background-color css

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

 a { background-color: rgb(112,197,74); }

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

border-color css

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

 span { border-color: rgb(112,197,74); }

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