Html Css Color HEX #70BF31 Apple

📋 copy color: '#70BF31'

red 112 ◦ green 191 ◦ blue 49

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

Shades of Apple #70BF31

Tints of Apple #70BF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.92%

R = 31.82%
G = 54.26%
B = 13.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#70BF31 (or 0x70BF31) is known color: Apple. HEX triplet: 70, BF and 31. RGB value is (112,191,49). Sum of RGB (Red+Green+Blue) = 112+191+49=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BF31 is #8F40CE. Grayscale: #979797. Windows color (decimal): -9388239 or 3260272. OLE color: 3260272.

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

Color convert

RGB 112 191 49 -
CMYK 0.41 0 0.74 0.25
HSL 93.38º 0.59% 0.47% -
HSV(B) 93.38º 0.74% 0.75% -
XYZ 25.87 40.93 9.44 -
YUV 151.19 70.33 100.05 -
System Red Green Blue C M Y K H S L
Decimal 112 191 49 0.41 0 0.74 0.25 93.38 0.59 0.47
Hex 70 BF 31 29 0 4A 19 5D 3B 2F
Octal 160 277 61 51 0 112 31 135 73 57
Binary 1110000 10111111 110001 101001 0 1001010 11001 1011101 111011 101111

Color Harmonies of #70BF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BF31

Black with #70BF31

Text Example


Text Example

White with #70BF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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