Html Css Color HEX #70DF38 Apple

📋 copy color: '#70DF38'

red 112 ◦ green 223 ◦ blue 56

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

Shades of Apple #70DF38

Tints of Apple #70DF38

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.03%

 BLUE value IS 56 (22.27% from 255) = 14.32%

R = 28.64%
G = 57.03%
B = 14.32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#70DF38 (or 0x70DF38) is known color: Apple. HEX triplet: 70, DF and 38. RGB value is (112,223,56). Sum of RGB (Red+Green+Blue) = 112+223+56=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 223 (87.5% from 255 or 57.03% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DF38 is #8F20C7. Grayscale: #ABABAB. Windows color (decimal): -9380040 or 3727216. OLE color: 3727216.

HSL color Cylindrical-coordinate representation of color #70DF38: hue angle of 99.88º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70DF38 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 56 -
CMYK 0.50 0 0.75 0.13
HSL 99.88º 0.72% 0.55% -
HSV(B) 99.88º 0.75% 0.87% -
XYZ 33.78 56.51 12.87 -
YUV 170.77 63.23 86.08 -
System Red Green Blue C M Y K H S L
Decimal 112 223 56 0.50 0 0.75 0.13 99.88 0.72 0.55
Hex 70 DF 38 32 0 4B D 64 48 37
Octal 160 337 70 62 0 113 15 144 110 67
Binary 1110000 11011111 111000 110010 0 1001011 1101 1100100 1001000 110111

Color Harmonies of #70DF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF38

Black with #70DF38

Text Example


Text Example

White with #70DF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,223,56); }

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

background-color css

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

 a { background-color: rgb(112,223,56); }

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

border-color css

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

 span { border-color: rgb(112,223,56); }

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