Html Css Color HEX #70E337 Apple

📋 copy color: '#70E337'

red 112 ◦ green 227 ◦ blue 55

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

Shades of Apple #70E337

Tints of Apple #70E337

RGB

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

 GREEN value IS 227 (89.06% from 255) = 57.61%

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

R = 28.43%
G = 57.61%
B = 13.96%

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

#70E337 (or 0x70E337) is known color: Apple. HEX triplet: 70, E3 and 37. RGB value is (112,227,55). Sum of RGB (Red+Green+Blue) = 112+227+55=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 227 (89.06% from 255 or 57.61% from 394); Blue value is 55 (21.88% from 255 or 13.96% from 394); Max value from RGB is 227 - color contains mainly: green. Hex color #70E337 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E337 is #8F1CC8. Grayscale: #ADADAD. Windows color (decimal): -9379017 or 3662704. OLE color: 3662704.

HSL color Cylindrical-coordinate representation of color #70E337: hue angle of 100.12º degrees, saturation: 0.75, 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 #70E337 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 227 55 -
CMYK 0.51 0 0.76 0.11
HSL 100.12º 0.75% 0.55% -
HSV(B) 100.12º 0.76% 0.89% -
XYZ 34.84 58.66 13.1 -
YUV 173.01 61.4 84.49 -
System Red Green Blue C M Y K H S L
Decimal 112 227 55 0.51 0 0.76 0.11 100.12 0.75 0.55
Hex 70 E3 37 33 0 4C B 64 4B 37
Octal 160 343 67 63 0 114 13 144 113 67
Binary 1110000 11100011 110111 110011 0 1001100 1011 1100100 1001011 110111

Color Harmonies of #70E337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E337

Black with #70E337

Text Example


Text Example

White with #70E337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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