#70CA7F

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

Shades of De York #70CA7F

Tints of De York #70CA7F

Color information

#70CA7F (or 0x70CA7F) is unknown color: approx De York. HEX triplet: 70, CA and 7F. RGB value is (112,202,127). Sum of RGB (Red+Green+Blue) = 112+202+127=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA7F is #8F3580. Grayscale: #A6A6A6. Windows color (decimal): -9385345 or 8374896. OLE color: 8374896.

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

Color convert

RGB112202127-
CMYK0.4500.370.21
HSL130º45.92%61.57%-
HSV(B)130º44.55%79.22%-
XYZ31.6347.2227.53-
YUV166.54105.6889.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.40%
GREEN value IS 202 (79.30% from 255) = 45.80%
BLUE value IS 127 (50% from 255) = 28.80%
R=25.40%
G=45.80%
B=28.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122021270.4500.370.2113045.9261.57
Hex70CA7F2D02515822e3e
Octal16031217755045252025676
Binary111000011001010111111110110101001011010110000010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,202,127); }

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

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

 a { background-color: rgb(112,202,127); }

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

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

 span { border-color: rgb(112,202,127); }

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