Html Css Color HEX #70DF30 Apple

📋 copy color: '#70DF30'

red 112 ◦ green 223 ◦ blue 48

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

Shades of Apple #70DF30

Tints of Apple #70DF30

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 value IS 0.50

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#70DF30 (or 0x70DF30) is known color: 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

RGB 112 223 48 -
CMYK 0.50 0 0.78 0.13
HSL 98.06º 0.73% 0.53% -
HSV(B) 98.06º 0.78% 0.87% -
XYZ 33.6 56.43 11.92 -
YUV 169.86 59.23 86.73 -
System Red Green Blue C M Y K H S L
Decimal 112 223 48 0.50 0 0.78 0.13 98.06 0.73 0.53
Hex 70 DF 30 32 0 4E D 62 49 35
Octal 160 337 60 62 0 116 15 142 111 65
Binary 1110000 11011111 110000 110010 0 1001110 1101 1100010 1001001 110101

Color Harmonies of #70DF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF30

Black with #70DF30

Text Example


Text Example

White with #70DF30

Text Example


Text Example

HTML Codes & Css Web 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>