#70CD85

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

Shades of De York #70CD85

Tints of De York #70CD85

Color information

#70CD85 (or 0x70CD85) is unknown color: approx De York. HEX triplet: 70, CD and 85. RGB value is (112,205,133). Sum of RGB (Red+Green+Blue) = 112+205+133=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CD85 is #8F327A. Grayscale: #A9A9A9. Windows color (decimal): -9384571 or 8768880. OLE color: 8768880.

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

Color convert

RGB112205133-
CMYK0.4500.350.20
HSL133.55º48.19%62.16%-
HSV(B)133.55º45.37%80.39%-
XYZ32.7548.829.88-
YUV168.98107.6987.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.89%
GREEN value IS 205 (80.47% from 255) = 45.56%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=24.89%
G=45.56%
B=29.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122051330.4500.350.20133.5548.1962.16
Hex70CD852D0231486303e
Octal16031520555043242066076
Binary1110000110011011000010110110101000111010010000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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