Html Css Color HEX #70DF2F Apple

📋 copy color: '#70DF2F'

red 112 ◦ green 223 ◦ blue 47

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

Shades of Apple #70DF2F

Tints of Apple #70DF2F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.38%

 BLUE value IS 47 (18.75% from 255) = 12.3%

R = 29.32%
G = 58.38%
B = 12.3%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#70DF2F (or 0x70DF2F) is known color: Apple. HEX triplet: 70, DF and 2F. RGB value is (112,223,47). Sum of RGB (Red+Green+Blue) = 112+223+47=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 223 (87.5% from 255 or 58.38% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DF2F is #8F20D0. Grayscale: #AAAAAA. Windows color (decimal): -9380049 or 3137392. OLE color: 3137392.

HSL color Cylindrical-coordinate representation of color #70DF2F: hue angle of 97.84º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70DF2F is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 47 -
CMYK 0.50 0 0.79 0.13
HSL 97.84º 0.73% 0.53% -
HSV(B) 97.84º 0.79% 0.87% -
XYZ 33.58 56.43 11.81 -
YUV 169.75 58.73 86.81 -
System Red Green Blue C M Y K H S L
Decimal 112 223 47 0.50 0 0.79 0.13 97.84 0.73 0.53
Hex 70 DF 2F 32 0 4F D 62 49 35
Octal 160 337 57 62 0 117 15 142 111 65
Binary 1110000 11011111 101111 110010 0 1001111 1101 1100010 1001001 110101

Color Harmonies of #70DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF2F

Black with #70DF2F

Text Example


Text Example

White with #70DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,223,47); }

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

background-color css

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

 a { background-color: rgb(112,223,47); }

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

border-color css

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

 span { border-color: rgb(112,223,47); }

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