Html Css Color HEX #70BF40 Apple

📋 copy color: '#70BF40'

red 112 ◦ green 191 ◦ blue 64

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

Shades of Apple #70BF40

Tints of Apple #70BF40

RGB

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

 GREEN value IS 191 (75% from 255) = 52.04%

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 30.52%
G = 52.04%
B = 17.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#70BF40 (or 0x70BF40) is known color: Apple. HEX triplet: 70, BF and 40. RGB value is (112,191,64). Sum of RGB (Red+Green+Blue) = 112+191+64=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BF40 is #8F40BF. Grayscale: #999999. Windows color (decimal): -9388224 or 4243312. OLE color: 4243312.

HSL color Cylindrical-coordinate representation of color #70BF40: hue angle of 97.32º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70BF40 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 191 64 -
CMYK 0.41 0 0.66 0.25
HSL 97.32º 0.5% 0.5% -
HSV(B) 97.32º 0.66% 0.75% -
XYZ 26.24 41.08 11.4 -
YUV 152.9 77.83 98.83 -
System Red Green Blue C M Y K H S L
Decimal 112 191 64 0.41 0 0.66 0.25 97.32 0.5 0.5
Hex 70 BF 40 29 0 42 19 61 32 32
Octal 160 277 100 51 0 102 31 141 62 62
Binary 1110000 10111111 1000000 101001 0 1000010 11001 1100001 110010 110010

Color Harmonies of #70BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BF40

Black with #70BF40

Text Example


Text Example

White with #70BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,191,64); }

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

background-color css

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

 a { background-color: rgb(112,191,64); }

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

border-color css

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

 span { border-color: rgb(112,191,64); }

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