Html Css Color HEX #70CD37 Apple

📋 copy color: '#70CD37'

red 112 ◦ green 205 ◦ blue 55

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

Shades of Apple #70CD37

Tints of Apple #70CD37

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.11%

 BLUE value IS 55 (21.88% from 255) = 14.78%

R = 30.11%
G = 55.11%
B = 14.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#70CD37 (or 0x70CD37) is known color: Apple. HEX triplet: 70, CD and 37. RGB value is (112,205,55). Sum of RGB (Red+Green+Blue) = 112+205+55=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 205 (80.47% from 255 or 55.11% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CD37 is #8F32C8. Grayscale: #A0A0A0. Windows color (decimal): -9384649 or 3657072. OLE color: 3657072.

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

Color convert

RGB 112 205 55 -
CMYK 0.45 0 0.73 0.20
HSL 97.2º 0.6% 0.51% -
HSV(B) 97.2º 0.73% 0.8% -
XYZ 29.2 47.38 11.22 -
YUV 160.09 68.69 93.7 -
System Red Green Blue C M Y K H S L
Decimal 112 205 55 0.45 0 0.73 0.20 97.2 0.6 0.51
Hex 70 CD 37 2D 0 49 14 61 3C 33
Octal 160 315 67 55 0 111 24 141 74 63
Binary 1110000 11001101 110111 101101 0 1001001 10100 1100001 111100 110011

Color Harmonies of #70CD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CD37

Black with #70CD37

Text Example


Text Example

White with #70CD37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,205,55); }

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

background-color css

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

 a { background-color: rgb(112,205,55); }

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

border-color css

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

 span { border-color: rgb(112,205,55); }

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