Html Css Color HEX #70C04D Apple

📋 copy color: '#70C04D'

red 112 ◦ green 192 ◦ blue 77

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

Shades of Apple #70C04D

Tints of Apple #70C04D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.39%

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

R = 29.4%
G = 50.39%
B = 20.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#70C04D (or 0x70C04D) is known color: Apple. HEX triplet: 70, C0 and 4D. RGB value is (112,192,77). Sum of RGB (Red+Green+Blue) = 112+192+77=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #70C04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C04D is #8F3FB2. Grayscale: #9B9B9B. Windows color (decimal): -9387955 or 5095536. OLE color: 5095536.

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

Color convert

RGB 112 192 77 -
CMYK 0.42 0 0.60 0.25
HSL 101.74º 0.48% 0.53% -
HSV(B) 101.74º 0.6% 0.75% -
XYZ 26.87 41.68 13.65 -
YUV 154.97 84 97.35 -
System Red Green Blue C M Y K H S L
Decimal 112 192 77 0.42 0 0.60 0.25 101.74 0.48 0.53
Hex 70 C0 4D 2A 0 3C 19 66 30 35
Octal 160 300 115 52 0 74 31 146 60 65
Binary 1110000 11000000 1001101 101010 0 111100 11001 1100110 110000 110101

Color Harmonies of #70C04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C04D

Black with #70C04D

Text Example


Text Example

White with #70C04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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