Html Css Color HEX #70E437 Apple

📋 copy color: '#70E437'

red 112 ◦ green 228 ◦ blue 55

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

Shades of Apple #70E437

Tints of Apple #70E437

RGB

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

 GREEN value IS 228 (89.45% from 255) = 57.72%

 BLUE value IS 55 (21.88% from 255) = 13.92%

R = 28.35%
G = 57.72%
B = 13.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#70E437 (or 0x70E437) is known color: Apple. HEX triplet: 70, E4 and 37. RGB value is (112,228,55). Sum of RGB (Red+Green+Blue) = 112+228+55=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 228 (89.45% from 255 or 57.72% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 228 - color contains mainly: green. Hex color #70E437 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E437 is #8F1BC8. Grayscale: #AEAEAE. Windows color (decimal): -9378761 or 3662960. OLE color: 3662960.

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

Color convert

RGB 112 228 55 -
CMYK 0.51 0 0.76 0.11
HSL 100.23º 0.76% 0.55% -
HSV(B) 100.23º 0.76% 0.89% -
XYZ 35.12 59.21 13.19 -
YUV 173.59 61.07 84.07 -
System Red Green Blue C M Y K H S L
Decimal 112 228 55 0.51 0 0.76 0.11 100.23 0.76 0.55
Hex 70 E4 37 33 0 4C B 64 4C 37
Octal 160 344 67 63 0 114 13 144 114 67
Binary 1110000 11100100 110111 110011 0 1001100 1011 1100100 1001100 110111

Color Harmonies of #70E437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E437

Black with #70E437

Text Example


Text Example

White with #70E437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,228,55); }

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

background-color css

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

 a { background-color: rgb(112,228,55); }

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

border-color css

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

 span { border-color: rgb(112,228,55); }

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