Html Css Color HEX #70CB32 Apple

📋 copy color: '#70CB32'

red 112 ◦ green 203 ◦ blue 50

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

Shades of Apple #70CB32

Tints of Apple #70CB32

RGB

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

 GREEN value IS 203 (79.69% from 255) = 55.62%

 BLUE value IS 50 (19.92% from 255) = 13.7%

R = 30.68%
G = 55.62%
B = 13.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#70CB32 (or 0x70CB32) is known color: Apple. HEX triplet: 70, CB and 32. RGB value is (112,203,50). Sum of RGB (Red+Green+Blue) = 112+203+50=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 203 (79.69% from 255 or 55.62% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CB32 is #8F34CD. Grayscale: #9E9E9E. Windows color (decimal): -9385166 or 3328880. OLE color: 3328880.

HSL color Cylindrical-coordinate representation of color #70CB32: hue angle of 95.69º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70CB32 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 203 50 -
CMYK 0.45 0 0.75 0.20
HSL 95.69º 0.6% 0.5% -
HSV(B) 95.69º 0.75% 0.8% -
XYZ 28.61 46.39 10.46 -
YUV 158.35 66.85 94.94 -
System Red Green Blue C M Y K H S L
Decimal 112 203 50 0.45 0 0.75 0.20 95.69 0.6 0.5
Hex 70 CB 32 2D 0 4B 14 60 3C 32
Octal 160 313 62 55 0 113 24 140 74 62
Binary 1110000 11001011 110010 101101 0 1001011 10100 1100000 111100 110010

Color Harmonies of #70CB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CB32

Black with #70CB32

Text Example


Text Example

White with #70CB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,203,50); }

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

background-color css

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

 a { background-color: rgb(112,203,50); }

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

border-color css

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

 span { border-color: rgb(112,203,50); }

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