#70DF30

Color #70DF30 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #70DF30

Tints of Apple #70DF30

Color information

#70DF30 (or 0x70DF30) is unknown color: approx Apple. HEX triplet: 70, DF and 30. RGB value is (112,223,48). Sum of RGB (Red+Green+Blue) = 112+223+48=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 223 (87.5% from 255 or 58.22% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DF30 is #8F20CF. Grayscale: #AAAAAA. Windows color (decimal): -9380048 or 3202928. OLE color: 3202928.

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

Color convert

RGB11222348-
CMYK0.5000.780.13
HSL98.06º73.22%53.14%-
HSV(B)98.06º78.48%87.45%-
XYZ33.656.4311.92-
YUV169.8659.2386.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 223 (87.5% from 255) = 58.22%
BLUE value IS 48 (19.14% from 255) = 12.53%
R=29.24%
G=58.22%
B=12.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112223480.5000.780.1398.0673.2253.14
Hex70DF303204ED624935
Octal160337606201161514211165
Binary11100001101111111000011001001001110110111000101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70DF30;
 }
 .AnyTagClassName
 {
   color: #70DF30;
 }
</style>
background-color css

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

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

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

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

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

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