Html Css Color HEX #70E535 Apple

📋 copy color: '#70E535'

red 112 ◦ green 229 ◦ blue 53

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

Shades of Apple #70E535

Tints of Apple #70E535

RGB

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

 GREEN value IS 229 (89.84% from 255) = 58.12%

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

R = 28.43%
G = 58.12%
B = 13.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#70E535 (or 0x70E535) is known color: Apple. HEX triplet: 70, E5 and 35. RGB value is (112,229,53). Sum of RGB (Red+Green+Blue) = 112+229+53=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 229 (89.84% from 255 or 58.12% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 229 - color contains mainly: green. Hex color #70E535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E535 is #8F1ACA. Grayscale: #AEAEAE. Windows color (decimal): -9378507 or 3532144. OLE color: 3532144.

HSL color Cylindrical-coordinate representation of color #70E535: hue angle of 99.89º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70E535 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 229 53 -
CMYK 0.51 0 0.77 0.10
HSL 99.89º 0.77% 0.55% -
HSV(B) 99.89º 0.77% 0.9% -
XYZ 35.34 59.74 13.04 -
YUV 173.95 59.74 83.81 -
System Red Green Blue C M Y K H S L
Decimal 112 229 53 0.51 0 0.77 0.10 99.89 0.77 0.55
Hex 70 E5 35 33 0 4D A 64 4D 37
Octal 160 345 65 63 0 115 12 144 115 67
Binary 1110000 11100101 110101 110011 0 1001101 1010 1100100 1001101 110111

Color Harmonies of #70E535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E535

Black with #70E535

Text Example


Text Example

White with #70E535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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