Html Css Color HEX #70DE37 Apple

📋 copy color: '#70DE37'

red 112 ◦ green 222 ◦ blue 55

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

Shades of Apple #70DE37

Tints of Apple #70DE37

RGB

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

 GREEN value IS 222 (87.11% from 255) = 57.07%

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

R = 28.79%
G = 57.07%
B = 14.14%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#70DE37 (or 0x70DE37) is known color: Apple. HEX triplet: 70, DE and 37. RGB value is (112,222,55). Sum of RGB (Red+Green+Blue) = 112+222+55=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 222 (87.11% from 255 or 57.07% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 222 - color contains mainly: green. Hex color #70DE37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DE37 is #8F21C8. Grayscale: #AAAAAA. Windows color (decimal): -9380297 or 3661424. OLE color: 3661424.

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

Color convert

RGB 112 222 55 -
CMYK 0.50 0 0.75 0.13
HSL 99.52º 0.72% 0.54% -
HSV(B) 99.52º 0.75% 0.87% -
XYZ 33.49 55.96 12.65 -
YUV 170.07 63.06 86.58 -
System Red Green Blue C M Y K H S L
Decimal 112 222 55 0.50 0 0.75 0.13 99.52 0.72 0.54
Hex 70 DE 37 32 0 4B D 64 48 36
Octal 160 336 67 62 0 113 15 144 110 66
Binary 1110000 11011110 110111 110010 0 1001011 1101 1100100 1001000 110110

Color Harmonies of #70DE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DE37

Black with #70DE37

Text Example


Text Example

White with #70DE37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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