Html Css Color HEX #70BA38 Apple

📋 copy color: '#70BA38'

red 112 ◦ green 186 ◦ blue 56

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

Shades of Apple #70BA38

Tints of Apple #70BA38

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.54%

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

R = 31.64%
G = 52.54%
B = 15.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#70BA38 (or 0x70BA38) is known color: Apple. HEX triplet: 70, BA and 38. RGB value is (112,186,56). Sum of RGB (Red+Green+Blue) = 112+186+56=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BA38 is #8F45C7. Grayscale: #959595. Windows color (decimal): -9389512 or 3717744. OLE color: 3717744.

HSL color Cylindrical-coordinate representation of color #70BA38: hue angle of 94.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70BA38 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 56 -
CMYK 0.40 0 0.70 0.27
HSL 94.15º 0.54% 0.47% -
HSV(B) 94.15º 0.7% 0.73% -
XYZ 24.95 38.85 9.92 -
YUV 149.05 75.48 101.57 -
System Red Green Blue C M Y K H S L
Decimal 112 186 56 0.40 0 0.70 0.27 94.15 0.54 0.47
Hex 70 BA 38 28 0 46 1B 5E 36 2F
Octal 160 272 70 50 0 106 33 136 66 57
Binary 1110000 10111010 111000 101000 0 1000110 11011 1011110 110110 101111

Color Harmonies of #70BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA38

Black with #70BA38

Text Example


Text Example

White with #70BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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