Html Css Color HEX #70C331 Apple

📋 copy color: '#70C331'

red 112 ◦ green 195 ◦ blue 49

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

Shades of Apple #70C331

Tints of Apple #70C331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.78%

 BLUE value IS 49 (19.53% from 255) = 13.76%

R = 31.46%
G = 54.78%
B = 13.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#70C331 (or 0x70C331) is known color: Apple. HEX triplet: 70, C3 and 31. RGB value is (112,195,49). Sum of RGB (Red+Green+Blue) = 112+195+49=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #70C331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C331 is #8F3CCE. Grayscale: #9A9A9A. Windows color (decimal): -9387215 or 3261296. OLE color: 3261296.

HSL color Cylindrical-coordinate representation of color #70C331: hue angle of 94.11º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70C331 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 195 49 -
CMYK 0.43 0 0.75 0.24
HSL 94.11º 0.6% 0.48% -
HSV(B) 94.11º 0.75% 0.76% -
XYZ 26.75 42.7 9.74 -
YUV 153.54 69 98.37 -
System Red Green Blue C M Y K H S L
Decimal 112 195 49 0.43 0 0.75 0.24 94.11 0.6 0.48
Hex 70 C3 31 2B 0 4B 18 5E 3C 30
Octal 160 303 61 53 0 113 30 136 74 60
Binary 1110000 11000011 110001 101011 0 1001011 11000 1011110 111100 110000

Color Harmonies of #70C331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C331

Black with #70C331

Text Example


Text Example

White with #70C331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,195,49); }

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

background-color css

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

 a { background-color: rgb(112,195,49); }

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

border-color css

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

 span { border-color: rgb(112,195,49); }

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