Html Css Color HEX #70DA33 Apple

📋 copy color: '#70DA33'

red 112 ◦ green 218 ◦ blue 51

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

Shades of Apple #70DA33

Tints of Apple #70DA33

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.22%

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

R = 29.4%
G = 57.22%
B = 13.39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#70DA33 (or 0x70DA33) is known color: Apple. HEX triplet: 70, DA and 33. RGB value is (112,218,51). Sum of RGB (Red+Green+Blue) = 112+218+51=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 218 (85.55% from 255 or 57.22% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DA33 is #8F25CC. Grayscale: #A7A7A7. Windows color (decimal): -9381325 or 3398256. OLE color: 3398256.

HSL color Cylindrical-coordinate representation of color #70DA33: hue angle of 98.08º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70DA33 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 218 51 -
CMYK 0.49 0 0.77 0.15
HSL 98.08º 0.69% 0.53% -
HSV(B) 98.08º 0.77% 0.85% -
XYZ 32.35 53.83 11.82 -
YUV 167.27 62.38 88.58 -
System Red Green Blue C M Y K H S L
Decimal 112 218 51 0.49 0 0.77 0.15 98.08 0.69 0.53
Hex 70 DA 33 31 0 4D F 62 45 35
Octal 160 332 63 61 0 115 17 142 105 65
Binary 1110000 11011010 110011 110001 0 1001101 1111 1100010 1000101 110101

Color Harmonies of #70DA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DA33

Black with #70DA33

Text Example


Text Example

White with #70DA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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