Html Css Color HEX #70C83B Apple

📋 copy color: '#70C83B'

red 112 ◦ green 200 ◦ blue 59

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

Shades of Apple #70C83B

Tints of Apple #70C83B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.91%

 BLUE value IS 59 (23.44% from 255) = 15.9%

R = 30.19%
G = 53.91%
B = 15.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#70C83B (or 0x70C83B) is known color: Apple. HEX triplet: 70, C8 and 3B. RGB value is (112,200,59). Sum of RGB (Red+Green+Blue) = 112+200+59=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #70C83B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C83B is #8F37C4. Grayscale: #9E9E9E. Windows color (decimal): -9385925 or 3917936. OLE color: 3917936.

HSL color Cylindrical-coordinate representation of color #70C83B: hue angle of 97.45º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70C83B is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 200 59 -
CMYK 0.44 0 0.70 0.22
HSL 97.45º 0.56% 0.51% -
HSV(B) 97.45º 0.71% 0.78% -
XYZ 28.13 45.07 11.35 -
YUV 157.61 72.35 95.46 -
System Red Green Blue C M Y K H S L
Decimal 112 200 59 0.44 0 0.70 0.22 97.45 0.56 0.51
Hex 70 C8 3B 2C 0 46 16 61 38 33
Octal 160 310 73 54 0 106 26 141 70 63
Binary 1110000 11001000 111011 101100 0 1000110 10110 1100001 111000 110011

Color Harmonies of #70C83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C83B

Black with #70C83B

Text Example


Text Example

White with #70C83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,200,59); }

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

background-color css

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

 a { background-color: rgb(112,200,59); }

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

border-color css

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

 span { border-color: rgb(112,200,59); }

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