Html Css Color HEX #70BD34 Apple

📋 copy color: '#70BD34'

red 112 ◦ green 189 ◦ blue 52

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

Shades of Apple #70BD34

Tints of Apple #70BD34

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.54%

 BLUE value IS 52 (20.7% from 255) = 14.73%

R = 31.73%
G = 53.54%
B = 14.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#70BD34 (or 0x70BD34) is known color: Apple. HEX triplet: 70, BD and 34. RGB value is (112,189,52). Sum of RGB (Red+Green+Blue) = 112+189+52=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BD34 is #8F42CB. Grayscale: #969696. Windows color (decimal): -9388748 or 3456368. OLE color: 3456368.

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

Color convert

RGB 112 189 52 -
CMYK 0.41 0 0.72 0.26
HSL 93.72º 0.57% 0.47% -
HSV(B) 93.72º 0.72% 0.74% -
XYZ 25.5 40.09 9.64 -
YUV 150.36 72.49 100.64 -
System Red Green Blue C M Y K H S L
Decimal 112 189 52 0.41 0 0.72 0.26 93.72 0.57 0.47
Hex 70 BD 34 29 0 48 1A 5E 39 2F
Octal 160 275 64 51 0 110 32 136 71 57
Binary 1110000 10111101 110100 101001 0 1001000 11010 1011110 111001 101111

Color Harmonies of #70BD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BD34

Black with #70BD34

Text Example


Text Example

White with #70BD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,189,52); }

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

background-color css

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

 a { background-color: rgb(112,189,52); }

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

border-color css

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

 span { border-color: rgb(112,189,52); }

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