Html Css Color HEX #70D187 De York

📋 copy color: '#70D187'

red 112 ◦ green 209 ◦ blue 135

#70D187
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #70D187

Tints of De York #70D187

RGB

 RED value IS 112 (44.14% from 255) = 24.56%

 GREEN value IS 209 (82.03% from 255) = 45.83%

 BLUE value IS 135 (53.13% from 255) = 29.61%

R = 24.56%
G = 45.83%
B = 29.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#70D187 (or 0x70D187) is known color: De York. HEX triplet: 70, D1 and 87. RGB value is (112,209,135). Sum of RGB (Red+Green+Blue) = 112+209+135=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 209 - color contains mainly: green. Hex color #70D187 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D187 is #8F2E78. Grayscale: #ABABAB. Windows color (decimal): -9383545 or 8900976. OLE color: 8900976.

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

Color convert

RGB 112 209 135 -
CMYK 0.46 0 0.35 0.18
HSL 134.23º 0.51% 0.63% -
HSV(B) 134.23º 0.46% 0.82% -
XYZ 33.86 50.79 30.94 -
YUV 171.56 107.36 85.52 -
System Red Green Blue C M Y K H S L
Decimal 112 209 135 0.46 0 0.35 0.18 134.23 0.51 0.63
Hex 70 D1 87 2E 0 23 12 86 33 3F
Octal 160 321 207 56 0 43 22 206 63 77
Binary 1110000 11010001 10000111 101110 0 100011 10010 10000110 110011 111111

Color Harmonies of #70D187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D187

Black with #70D187

Text Example


Text Example

White with #70D187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,209,135); }

 H1.HeaderClassName
 {
   color: #70D187;
 }
 .AnyTagClassName
 {
   color: #70D187;
 }
</style>

background-color css

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

 a { background-color: rgb(112,209,135); }

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

border-color css

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

 span { border-color: rgb(112,209,135); }

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