Html Css Color HEX #70C77C De York

📋 copy color: '#70C77C'

red 112 ◦ green 199 ◦ blue 124

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

Shades of De York #70C77C

Tints of De York #70C77C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.75%

 BLUE value IS 124 (48.83% from 255) = 28.51%

R = 25.75%
G = 45.75%
B = 28.51%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#70C77C (or 0x70C77C) is known color: De York. HEX triplet: 70, C7 and 7C. RGB value is (112,199,124). Sum of RGB (Red+Green+Blue) = 112+199+124=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #70C77C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C77C is #8F3883. Grayscale: #A4A4A4. Windows color (decimal): -9386116 or 8177520. OLE color: 8177520.

HSL color Cylindrical-coordinate representation of color #70C77C: hue angle of 128.28º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C77C is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 199 124 -
CMYK 0.44 0 0.38 0.22
HSL 128.28º 0.44% 0.61% -
HSV(B) 128.28º 0.44% 0.78% -
XYZ 30.74 45.75 26.28 -
YUV 164.44 105.18 90.6 -
System Red Green Blue C M Y K H S L
Decimal 112 199 124 0.44 0 0.38 0.22 128.28 0.44 0.61
Hex 70 C7 7C 2C 0 26 16 80 2C 3D
Octal 160 307 174 54 0 46 26 200 54 75
Binary 1110000 11000111 1111100 101100 0 100110 10110 10000000 101100 111101

Color Harmonies of #70C77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C77C

Black with #70C77C

Text Example


Text Example

White with #70C77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,199,124); }

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

background-color css

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

 a { background-color: rgb(112,199,124); }

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

border-color css

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

 span { border-color: rgb(112,199,124); }

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