Html Css Color HEX #70DA2D Apple

📋 copy color: '#70DA2D'

red 112 ◦ green 218 ◦ blue 45

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

Shades of Apple #70DA2D

Tints of Apple #70DA2D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 58.13%

 BLUE value IS 45 (17.97% from 255) = 12%

R = 29.87%
G = 58.13%
B = 12%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#70DA2D (or 0x70DA2D) is known color: Apple. HEX triplet: 70, DA and 2D. RGB value is (112,218,45). Sum of RGB (Red+Green+Blue) = 112+218+45=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DA2D is #8F25D2. Grayscale: #A7A7A7. Windows color (decimal): -9381331 or 3005040. OLE color: 3005040.

HSL color Cylindrical-coordinate representation of color #70DA2D: hue angle of 96.76º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70DA2D is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 218 45 -
CMYK 0.49 0 0.79 0.15
HSL 96.76º 0.7% 0.52% -
HSV(B) 96.76º 0.79% 0.85% -
XYZ 32.23 53.78 11.16 -
YUV 166.58 59.38 89.07 -
System Red Green Blue C M Y K H S L
Decimal 112 218 45 0.49 0 0.79 0.15 96.76 0.7 0.52
Hex 70 DA 2D 31 0 4F F 61 46 34
Octal 160 332 55 61 0 117 17 141 106 64
Binary 1110000 11011010 101101 110001 0 1001111 1111 1100001 1000110 110100

Color Harmonies of #70DA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DA2D

Black with #70DA2D

Text Example


Text Example

White with #70DA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,218,45); }

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

background-color css

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

 a { background-color: rgb(112,218,45); }

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

border-color css

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

 span { border-color: rgb(112,218,45); }

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