Html Css Color HEX #76C57F De York

📋 copy color: '#76C57F'

red 118 ◦ green 197 ◦ blue 127

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

Shades of De York #76C57F

Tints of De York #76C57F

RGB

 RED value IS 118 (46.48% from 255) = 26.7%

 GREEN value IS 197 (77.34% from 255) = 44.57%

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

R = 26.7%
G = 44.57%
B = 28.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#76C57F (or 0x76C57F) is known color: De York. HEX triplet: 76, C5 and 7F. RGB value is (118,197,127). Sum of RGB (Red+Green+Blue) = 118+197+127=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #76C57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C57F is #893A80. Grayscale: #A5A5A5. Windows color (decimal): -8993409 or 8373622. OLE color: 8373622.

HSL color Cylindrical-coordinate representation of color #76C57F: hue angle of 126.84º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C57F is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 197 127 -
CMYK 0.40 0 0.36 0.23
HSL 126.84º 0.41% 0.62% -
HSV(B) 126.84º 0.4% 0.77% -
XYZ 31.27 45.32 27.18 -
YUV 165.4 106.33 94.19 -
System Red Green Blue C M Y K H S L
Decimal 118 197 127 0.40 0 0.36 0.23 126.84 0.41 0.62
Hex 76 C5 7F 28 0 24 17 7F 29 3E
Octal 166 305 177 50 0 44 27 177 51 76
Binary 1110110 11000101 1111111 101000 0 100100 10111 1111111 101001 111110

Color Harmonies of #76C57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C57F

Black with #76C57F

Text Example


Text Example

White with #76C57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76C57F; }

 p { color: rgb(118,197,127); }

 H1.HeaderClassName
 {
   color: #76C57F;
 }
 .AnyTagClassName
 {
   color: #76C57F;
 }
</style>

background-color css

<style>
 a { background-color: #76C57F; }

 a { background-color: rgb(118,197,127); }

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

border-color css

<style>
 span { border-color: #76C57F; }

 span { border-color: rgb(118,197,127); }

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