Html Css Color HEX #70CC48 Apple

📋 copy color: '#70CC48'

red 112 ◦ green 204 ◦ blue 72

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

Shades of Apple #70CC48

Tints of Apple #70CC48

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.58%

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 28.87%
G = 52.58%
B = 18.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#70CC48 (or 0x70CC48) is known color: Apple. HEX triplet: 70, CC and 48. RGB value is (112,204,72). Sum of RGB (Red+Green+Blue) = 112+204+72=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CC48 is #8F33B7. Grayscale: #A1A1A1. Windows color (decimal): -9384888 or 4770928. OLE color: 4770928.

HSL color Cylindrical-coordinate representation of color #70CC48: hue angle of 101.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70CC48 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 204 72 -
CMYK 0.45 0 0.65 0.2
HSL 101.82º 0.56% 0.54% -
HSV(B) 101.82º 0.65% 0.8% -
XYZ 29.44 47.1 13.67 -
YUV 161.44 77.52 92.73 -
System Red Green Blue C M Y K H S L
Decimal 112 204 72 0.45 0 0.65 0.2 101.82 0.56 0.54
Hex 70 CC 48 2D 0 41 14 66 38 36
Octal 160 314 110 55 0 101 24 146 70 66
Binary 1110000 11001100 1001000 101101 0 1000001 10100 1100110 111000 110110

Color Harmonies of #70CC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CC48

Black with #70CC48

Text Example


Text Example

White with #70CC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,204,72); }

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

background-color css

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

 a { background-color: rgb(112,204,72); }

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

border-color css

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

 span { border-color: rgb(112,204,72); }

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