Html Css Color HEX #70BB3E Apple

📋 copy color: '#70BB3E'

red 112 ◦ green 187 ◦ blue 62

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

Shades of Apple #70BB3E

Tints of Apple #70BB3E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.8%

 BLUE value IS 62 (24.61% from 255) = 17.17%

R = 31.02%
G = 51.8%
B = 17.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#70BB3E (or 0x70BB3E) is known color: Apple. HEX triplet: 70, BB and 3E. RGB value is (112,187,62). Sum of RGB (Red+Green+Blue) = 112+187+62=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BB3E is #8F44C1. Grayscale: #969696. Windows color (decimal): -9389250 or 4111216. OLE color: 4111216.

HSL color Cylindrical-coordinate representation of color #70BB3E: hue angle of 96º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70BB3E is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 187 62 -
CMYK 0.40 0 0.67 0.27
HSL 96º 0.5% 0.49% -
HSV(B) 96º 0.67% 0.73% -
XYZ 25.32 39.33 10.81 -
YUV 150.33 78.15 100.66 -
System Red Green Blue C M Y K H S L
Decimal 112 187 62 0.40 0 0.67 0.27 96 0.5 0.49
Hex 70 BB 3E 28 0 43 1B 60 32 31
Octal 160 273 76 50 0 103 33 140 62 61
Binary 1110000 10111011 111110 101000 0 1000011 11011 1100000 110010 110001

Color Harmonies of #70BB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BB3E

Black with #70BB3E

Text Example


Text Example

White with #70BB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,187,62); }

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

background-color css

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

 a { background-color: rgb(112,187,62); }

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

border-color css

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

 span { border-color: rgb(112,187,62); }

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