Html Css Color HEX #70BA4B Apple

📋 copy color: '#70BA4B'

red 112 ◦ green 186 ◦ blue 75

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

Shades of Apple #70BA4B

Tints of Apple #70BA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.11%

R = 30.03%
G = 49.87%
B = 20.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#70BA4B (or 0x70BA4B) is known color: Apple. HEX triplet: 70, BA and 4B. RGB value is (112,186,75). Sum of RGB (Red+Green+Blue) = 112+186+75=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BA4B is #8F45B4. Grayscale: #979797. Windows color (decimal): -9389493 or 4962928. OLE color: 4962928.

HSL color Cylindrical-coordinate representation of color #70BA4B: hue angle of 100º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70BA4B is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 75 -
CMYK 0.40 0 0.60 0.27
HSL 100º 0.45% 0.51% -
HSV(B) 100º 0.6% 0.73% -
XYZ 25.51 39.07 12.85 -
YUV 151.22 84.98 100.03 -
System Red Green Blue C M Y K H S L
Decimal 112 186 75 0.40 0 0.60 0.27 100 0.45 0.51
Hex 70 BA 4B 28 0 3C 1B 64 2D 33
Octal 160 272 113 50 0 74 33 144 55 63
Binary 1110000 10111010 1001011 101000 0 111100 11011 1100100 101101 110011

Color Harmonies of #70BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA4B

Black with #70BA4B

Text Example


Text Example

White with #70BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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