Html Css Color HEX #76BF77 De York

📋 copy color: '#76BF77'

red 118 ◦ green 191 ◦ blue 119

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

Shades of De York #76BF77

Tints of De York #76BF77

RGB

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

 GREEN value IS 191 (75% from 255) = 44.63%

 BLUE value IS 119 (46.88% from 255) = 27.8%

R = 27.57%
G = 44.63%
B = 27.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#76BF77 (or 0x76BF77) is known color: De York. HEX triplet: 76, BF and 77. RGB value is (118,191,119). Sum of RGB (Red+Green+Blue) = 118+191+119=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF77 is #894088. Grayscale: #A1A1A1. Windows color (decimal): -8994953 or 7847798. OLE color: 7847798.

HSL color Cylindrical-coordinate representation of color #76BF77: hue angle of 120.82º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BF77 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 191 119 -
CMYK 0.38 0 0.38 0.25
HSL 120.82º 0.36% 0.61% -
HSV(B) 120.82º 0.38% 0.75% -
XYZ 29.43 42.45 24.09 -
YUV 160.97 104.32 97.35 -
System Red Green Blue C M Y K H S L
Decimal 118 191 119 0.38 0 0.38 0.25 120.82 0.36 0.61
Hex 76 BF 77 26 0 26 19 79 24 3D
Octal 166 277 167 46 0 46 31 171 44 75
Binary 1110110 10111111 1110111 100110 0 100110 11001 1111001 100100 111101

Color Harmonies of #76BF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF77

Black with #76BF77

Text Example


Text Example

White with #76BF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,191,119); }

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

background-color css

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

 a { background-color: rgb(118,191,119); }

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

border-color css

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

 span { border-color: rgb(118,191,119); }

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