Html Css Color HEX #70D035 Apple

📋 copy color: '#70D035'

red 112 ◦ green 208 ◦ blue 53

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

Shades of Apple #70D035

Tints of Apple #70D035

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.76%

 BLUE value IS 53 (21.09% from 255) = 14.21%

R = 30.03%
G = 55.76%
B = 14.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#70D035 (or 0x70D035) is known color: Apple. HEX triplet: 70, D0 and 35. RGB value is (112,208,53). Sum of RGB (Red+Green+Blue) = 112+208+53=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #70D035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D035 is #8F2FCA. Grayscale: #A2A2A2. Windows color (decimal): -9383883 or 3526768. OLE color: 3526768.

HSL color Cylindrical-coordinate representation of color #70D035: hue angle of 97.16º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70D035 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 208 53 -
CMYK 0.46 0 0.75 0.18
HSL 97.16º 0.62% 0.51% -
HSV(B) 97.16º 0.75% 0.82% -
XYZ 29.88 48.81 11.22 -
YUV 161.63 66.7 92.6 -
System Red Green Blue C M Y K H S L
Decimal 112 208 53 0.46 0 0.75 0.18 97.16 0.62 0.51
Hex 70 D0 35 2E 0 4B 12 61 3E 33
Octal 160 320 65 56 0 113 22 141 76 63
Binary 1110000 11010000 110101 101110 0 1001011 10010 1100001 111110 110011

Color Harmonies of #70D035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D035

Black with #70D035

Text Example


Text Example

White with #70D035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,208,53); }

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

background-color css

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

 a { background-color: rgb(112,208,53); }

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

border-color css

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

 span { border-color: rgb(112,208,53); }

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