#70C983

Color #70C983 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #70C983

Tints of De York #70C983

Color information

#70C983 (or 0x70C983) is unknown color: approx De York. HEX triplet: 70, C9 and 83. RGB value is (112,201,131). Sum of RGB (Red+Green+Blue) = 112+201+131=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #70C983 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C983 is #8F367C. Grayscale: #A6A6A6. Windows color (decimal): -9385597 or 8636784. OLE color: 8636784.

HSL color Cylindrical-coordinate representation of color #70C983: hue angle of 132.81º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C983 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB112201131-
CMYK0.4400.350.21
HSL132.81º45.18%61.37%-
HSV(B)132.81º44.28%78.82%-
XYZ31.6746.8628.85-
YUV166.41108.0189.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.23%
GREEN value IS 201 (78.91% from 255) = 45.27%
BLUE value IS 131 (51.56% from 255) = 29.50%
R=25.23%
G=45.27%
B=29.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122011310.4400.350.21132.8145.1861.37
Hex70C9832C02315852d3d
Octal16031120354043252055575
Binary1110000110010011000001110110001000111010110000101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,201,131); }

 H1.HeaderClassName
 {
   color: #70C983;
 }
 .AnyTagClassName
 {
   color: #70C983;
 }
</style>
background-color css

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

 a { background-color: rgb(112,201,131); }

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

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

 span { border-color: rgb(112,201,131); }

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