Html Css Color HEX #70C580 De York

📋 copy color: '#70C580'

red 112 ◦ green 197 ◦ blue 128

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

Shades of De York #70C580

Tints of De York #70C580

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.08%

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 25.63%
G = 45.08%
B = 29.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#70C580 (or 0x70C580) is known color: De York. HEX triplet: 70, C5 and 80. RGB value is (112,197,128). Sum of RGB (Red+Green+Blue) = 112+197+128=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 197 - color contains mainly: green. Hex color #70C580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C580 is #8F3A7F. Grayscale: #A3A3A3. Windows color (decimal): -9386624 or 8439152. OLE color: 8439152.

HSL color Cylindrical-coordinate representation of color #70C580: hue angle of 131.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C580 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 112 197 128 -
CMYK 0.43 0 0.35 0.23
HSL 131.29º 0.42% 0.61% -
HSV(B) 131.29º 0.43% 0.77% -
XYZ 30.54 44.94 27.49 -
YUV 163.72 107.84 91.11 -
System Red Green Blue C M Y K H S L
Decimal 112 197 128 0.43 0 0.35 0.23 131.29 0.42 0.61
Hex 70 C5 80 2B 0 23 17 83 2A 3D
Octal 160 305 200 53 0 43 27 203 52 75
Binary 1110000 11000101 10000000 101011 0 100011 10111 10000011 101010 111101

Color Harmonies of #70C580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C580

Black with #70C580

Text Example


Text Example

White with #70C580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,197,128); }

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

background-color css

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

 a { background-color: rgb(112,197,128); }

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

border-color css

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

 span { border-color: rgb(112,197,128); }

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