Html Css Color HEX #70BF33 Apple

📋 copy color: '#70BF33'

red 112 ◦ green 191 ◦ blue 51

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

Shades of Apple #70BF33

Tints of Apple #70BF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.41%

R = 31.64%
G = 53.95%
B = 14.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#70BF33 (or 0x70BF33) is known color: Apple. HEX triplet: 70, BF and 33. RGB value is (112,191,51). Sum of RGB (Red+Green+Blue) = 112+191+51=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BF33 is #8F40CC. Grayscale: #979797. Windows color (decimal): -9388237 or 3391344. OLE color: 3391344.

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

Color convert

RGB 112 191 51 -
CMYK 0.41 0 0.73 0.25
HSL 93.86º 0.58% 0.47% -
HSV(B) 93.86º 0.73% 0.75% -
XYZ 25.91 40.95 9.67 -
YUV 151.42 71.33 99.88 -
System Red Green Blue C M Y K H S L
Decimal 112 191 51 0.41 0 0.73 0.25 93.86 0.58 0.47
Hex 70 BF 33 29 0 49 19 5E 3A 2F
Octal 160 277 63 51 0 111 31 136 72 57
Binary 1110000 10111111 110011 101001 0 1001001 11001 1011110 111010 101111

Color Harmonies of #70BF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BF33

Black with #70BF33

Text Example


Text Example

White with #70BF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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