Html Css Color HEX #70C138 Apple

📋 copy color: '#70C138'

red 112 ◦ green 193 ◦ blue 56

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

Shades of Apple #70C138

Tints of Apple #70C138

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.46%

 BLUE value IS 56 (22.27% from 255) = 15.51%

R = 31.02%
G = 53.46%
B = 15.51%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#70C138 (or 0x70C138) is known color: Apple. HEX triplet: 70, C1 and 38. RGB value is (112,193,56). Sum of RGB (Red+Green+Blue) = 112+193+56=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #70C138 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C138 is #8F3EC7. Grayscale: #999999. Windows color (decimal): -9387720 or 3719536. OLE color: 3719536.

HSL color Cylindrical-coordinate representation of color #70C138: hue angle of 95.47º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70C138 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 193 56 -
CMYK 0.42 0 0.71 0.24
HSL 95.47º 0.55% 0.49% -
HSV(B) 95.47º 0.71% 0.76% -
XYZ 26.47 41.87 10.43 -
YUV 153.16 73.16 98.64 -
System Red Green Blue C M Y K H S L
Decimal 112 193 56 0.42 0 0.71 0.24 95.47 0.55 0.49
Hex 70 C1 38 2A 0 47 18 5F 37 31
Octal 160 301 70 52 0 107 30 137 67 61
Binary 1110000 11000001 111000 101010 0 1000111 11000 1011111 110111 110001

Color Harmonies of #70C138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C138

Black with #70C138

Text Example


Text Example

White with #70C138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,193,56); }

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

background-color css

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

 a { background-color: rgb(112,193,56); }

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

border-color css

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

 span { border-color: rgb(112,193,56); }

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