Html Css Color HEX #70B855 Apple

📋 copy color: '#70B855'

red 112 ◦ green 184 ◦ blue 85

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

Shades of Apple #70B855

Tints of Apple #70B855

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.29%

 BLUE value IS 85 (33.59% from 255) = 22.31%

R = 29.4%
G = 48.29%
B = 22.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#70B855 (or 0x70B855) is known color: Apple. HEX triplet: 70, B8 and 55. RGB value is (112,184,85). Sum of RGB (Red+Green+Blue) = 112+184+85=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #70B855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B855 is #8F47AA. Grayscale: #979797. Windows color (decimal): -9389995 or 5617776. OLE color: 5617776.

HSL color Cylindrical-coordinate representation of color #70B855: hue angle of 103.64º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70B855 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 184 85 -
CMYK 0.39 0 0.54 0.28
HSL 103.64º 0.41% 0.53% -
HSV(B) 103.64º 0.54% 0.72% -
XYZ 25.46 38.38 14.66 -
YUV 151.19 90.65 100.05 -
System Red Green Blue C M Y K H S L
Decimal 112 184 85 0.39 0 0.54 0.28 103.64 0.41 0.53
Hex 70 B8 55 27 0 36 1C 68 29 35
Octal 160 270 125 47 0 66 34 150 51 65
Binary 1110000 10111000 1010101 100111 0 110110 11100 1101000 101001 110101

Color Harmonies of #70B855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B855

Black with #70B855

Text Example


Text Example

White with #70B855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,184,85); }

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

background-color css

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

 a { background-color: rgb(112,184,85); }

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

border-color css

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

 span { border-color: rgb(112,184,85); }

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