Html Css Color HEX #70C77F De York

📋 copy color: '#70C77F'

red 112 ◦ green 199 ◦ blue 127

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

Shades of De York #70C77F

Tints of De York #70C77F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29%

R = 25.57%
G = 45.43%
B = 29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#70C77F (or 0x70C77F) is known color: De York. HEX triplet: 70, C7 and 7F. RGB value is (112,199,127). Sum of RGB (Red+Green+Blue) = 112+199+127=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 199 - color contains mainly: green. Hex color #70C77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C77F is #8F3880. Grayscale: #A4A4A4. Windows color (decimal): -9386113 or 8374128. OLE color: 8374128.

HSL color Cylindrical-coordinate representation of color #70C77F: hue angle of 130.34º 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 #70C77F is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 199 127 -
CMYK 0.44 0 0.36 0.22
HSL 130.34º 0.44% 0.61% -
HSV(B) 130.34º 0.44% 0.78% -
XYZ 30.94 45.82 27.29 -
YUV 164.78 106.68 90.35 -
System Red Green Blue C M Y K H S L
Decimal 112 199 127 0.44 0 0.36 0.22 130.34 0.44 0.61
Hex 70 C7 7F 2C 0 24 16 82 2C 3D
Octal 160 307 177 54 0 44 26 202 54 75
Binary 1110000 11000111 1111111 101100 0 100100 10110 10000010 101100 111101

Color Harmonies of #70C77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C77F

Black with #70C77F

Text Example


Text Example

White with #70C77F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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