#70CF86

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

Shades of De York #70CF86

Tints of De York #70CF86

Color information

#70CF86 (or 0x70CF86) is unknown color: approx De York. HEX triplet: 70, CF and 86. RGB value is (112,207,134). Sum of RGB (Red+Green+Blue) = 112+207+134=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CF86 is #8F3079. Grayscale: #AAAAAA. Windows color (decimal): -9384058 or 8834928. OLE color: 8834928.

HSL color Cylindrical-coordinate representation of color #70CF86: hue angle of 133.89º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CF86 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB112207134-
CMYK0.4600.350.19
HSL133.89º49.74%62.55%-
HSV(B)133.89º45.89%81.18%-
XYZ33.349.7930.41-
YUV170.27107.5386.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.72%
GREEN value IS 207 (81.25% from 255) = 45.70%
BLUE value IS 134 (52.73% from 255) = 29.58%
R=24.72%
G=45.70%
B=29.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122071340.4600.350.19133.8949.7462.55
Hex70CF862E0231386323f
Octal16031720656043232066277
Binary1110000110011111000011010111001000111001110000110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,207,134); }

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

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

 a { background-color: rgb(112,207,134); }

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

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

 span { border-color: rgb(112,207,134); }

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