Html Css Color HEX #70CD42 Apple

📋 copy color: '#70CD42'

red 112 ◦ green 205 ◦ blue 66

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

Shades of Apple #70CD42

Tints of Apple #70CD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.23%

R = 29.24%
G = 53.52%
B = 17.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#70CD42 (or 0x70CD42) is known color: Apple. HEX triplet: 70, CD and 42. RGB value is (112,205,66). Sum of RGB (Red+Green+Blue) = 112+205+66=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CD42 is #8F32BD. Grayscale: #A1A1A1. Windows color (decimal): -9384638 or 4377968. OLE color: 4377968.

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

Color convert

RGB 112 205 66 -
CMYK 0.45 0 0.68 0.20
HSL 100.14º 0.58% 0.53% -
HSV(B) 100.14º 0.68% 0.8% -
XYZ 29.5 47.5 12.77 -
YUV 161.35 74.19 92.8 -
System Red Green Blue C M Y K H S L
Decimal 112 205 66 0.45 0 0.68 0.20 100.14 0.58 0.53
Hex 70 CD 42 2D 0 44 14 64 3A 35
Octal 160 315 102 55 0 104 24 144 72 65
Binary 1110000 11001101 1000010 101101 0 1000100 10100 1100100 111010 110101

Color Harmonies of #70CD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CD42

Black with #70CD42

Text Example


Text Example

White with #70CD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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