Html Css Color HEX #70BF48 Apple

📋 copy color: '#70BF48'

red 112 ◦ green 191 ◦ blue 72

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

Shades of Apple #70BF48

Tints of Apple #70BF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.2%

R = 29.87%
G = 50.93%
B = 19.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#70BF48 (or 0x70BF48) is known color: Apple. HEX triplet: 70, BF and 48. RGB value is (112,191,72). Sum of RGB (Red+Green+Blue) = 112+191+72=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BF48 is #8F40B7. Grayscale: #9A9A9A. Windows color (decimal): -9388216 or 4767600. OLE color: 4767600.

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

Color convert

RGB 112 191 72 -
CMYK 0.41 0 0.62 0.25
HSL 99.83º 0.48% 0.52% -
HSV(B) 99.83º 0.62% 0.75% -
XYZ 26.48 41.17 12.68 -
YUV 153.81 81.83 98.18 -
System Red Green Blue C M Y K H S L
Decimal 112 191 72 0.41 0 0.62 0.25 99.83 0.48 0.52
Hex 70 BF 48 29 0 3E 19 64 30 34
Octal 160 277 110 51 0 76 31 144 60 64
Binary 1110000 10111111 1001000 101001 0 111110 11001 1100100 110000 110100

Color Harmonies of #70BF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BF48

Black with #70BF48

Text Example


Text Example

White with #70BF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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