Html Css Color HEX #70BF36 Apple

📋 copy color: '#70BF36'

red 112 ◦ green 191 ◦ blue 54

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

Shades of Apple #70BF36

Tints of Apple #70BF36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.13%

R = 31.37%
G = 53.5%
B = 15.13%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#70BF36 (or 0x70BF36) is known color: Apple. HEX triplet: 70, BF and 36. RGB value is (112,191,54). Sum of RGB (Red+Green+Blue) = 112+191+54=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BF36 is #8F40C9. Grayscale: #989898. Windows color (decimal): -9388234 or 3587952. OLE color: 3587952.

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

Color convert

RGB 112 191 54 -
CMYK 0.41 0 0.72 0.25
HSL 94.6º 0.56% 0.48% -
HSV(B) 94.6º 0.72% 0.75% -
XYZ 25.98 40.97 10.03 -
YUV 151.76 72.83 99.64 -
System Red Green Blue C M Y K H S L
Decimal 112 191 54 0.41 0 0.72 0.25 94.6 0.56 0.48
Hex 70 BF 36 29 0 48 19 5F 38 30
Octal 160 277 66 51 0 110 31 137 70 60
Binary 1110000 10111111 110110 101001 0 1001000 11001 1011111 111000 110000

Color Harmonies of #70BF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BF36

Black with #70BF36

Text Example


Text Example

White with #70BF36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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