#70C982

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

Shades of De York #70C982

Tints of De York #70C982

Color information

#70C982 (or 0x70C982) is unknown color: approx De York. HEX triplet: 70, C9 and 82. RGB value is (112,201,130). Sum of RGB (Red+Green+Blue) = 112+201+130=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #70C982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C982 is #8F367D. Grayscale: #A6A6A6. Windows color (decimal): -9385598 or 8571248. OLE color: 8571248.

HSL color Cylindrical-coordinate representation of color #70C982: hue angle of 132.13º 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 #70C982 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB112201130-
CMYK0.4400.350.21
HSL132.13º45.18%61.37%-
HSV(B)132.13º44.28%78.82%-
XYZ31.646.8328.49-
YUV166.3107.5189.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 201 (78.91% from 255) = 45.37%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=25.28%
G=45.37%
B=29.35%

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
Decimal1122011300.4400.350.21132.1345.1861.37
Hex70C9822C02315842d3d
Octal16031120254043252045575
Binary1110000110010011000001010110001000111010110000100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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