Html Css Color HEX #70E130 Apple

📋 copy color: '#70E130'

red 112 ◦ green 225 ◦ blue 48

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

Shades of Apple #70E130

Tints of Apple #70E130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 58.44%

 BLUE value IS 48 (19.14% from 255) = 12.47%

R = 29.09%
G = 58.44%
B = 12.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#70E130 (or 0x70E130) is known color: Apple. HEX triplet: 70, E1 and 30. RGB value is (112,225,48). Sum of RGB (Red+Green+Blue) = 112+225+48=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 225 (88.28% from 255 or 58.44% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 225 - color contains mainly: green. Hex color #70E130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E130 is #8F1ECF. Grayscale: #ABABAB. Windows color (decimal): -9379536 or 3203440. OLE color: 3203440.

HSL color Cylindrical-coordinate representation of color #70E130: hue angle of 98.31º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70E130 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 225 48 -
CMYK 0.50 0 0.79 0.12
HSL 98.31º 0.75% 0.54% -
HSV(B) 98.31º 0.79% 0.88% -
XYZ 34.14 57.51 12.1 -
YUV 171.04 58.56 85.89 -
System Red Green Blue C M Y K H S L
Decimal 112 225 48 0.50 0 0.79 0.12 98.31 0.75 0.54
Hex 70 E1 30 32 0 4F C 62 4B 36
Octal 160 341 60 62 0 117 14 142 113 66
Binary 1110000 11100001 110000 110010 0 1001111 1100 1100010 1001011 110110

Color Harmonies of #70E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E130

Black with #70E130

Text Example


Text Example

White with #70E130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,225,48); }

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

background-color css

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

 a { background-color: rgb(112,225,48); }

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

border-color css

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

 span { border-color: rgb(112,225,48); }

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