Html Css Color HEX #70D042 Apple

📋 copy color: '#70D042'

red 112 ◦ green 208 ◦ blue 66

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

Shades of Apple #70D042

Tints of Apple #70D042

RGB

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

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

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

R = 29.02%
G = 53.89%
B = 17.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#70D042 (or 0x70D042) is known color: Apple. HEX triplet: 70, D0 and 42. RGB value is (112,208,66). Sum of RGB (Red+Green+Blue) = 112+208+66=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #70D042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D042 is #8F2FBD. Grayscale: #A3A3A3. Windows color (decimal): -9383870 or 4378736. OLE color: 4378736.

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

Color convert

RGB 112 208 66 -
CMYK 0.46 0 0.68 0.18
HSL 100.56º 0.6% 0.54% -
HSV(B) 100.56º 0.68% 0.82% -
XYZ 30.22 48.95 13.01 -
YUV 163.11 73.2 91.55 -
System Red Green Blue C M Y K H S L
Decimal 112 208 66 0.46 0 0.68 0.18 100.56 0.6 0.54
Hex 70 D0 42 2E 0 44 12 65 3C 36
Octal 160 320 102 56 0 104 22 145 74 66
Binary 1110000 11010000 1000010 101110 0 1000100 10010 1100101 111100 110110

Color Harmonies of #70D042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D042

Black with #70D042

Text Example


Text Example

White with #70D042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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