Html Css Color HEX #77BF80 De York

📋 copy color: '#77BF80'

red 119 ◦ green 191 ◦ blue 128

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

Shades of De York #77BF80

Tints of De York #77BF80

RGB

 RED value IS 119 (46.88% from 255) = 27.17%

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

 BLUE value IS 128 (50.39% from 255) = 29.22%

R = 27.17%
G = 43.61%
B = 29.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#77BF80 (or 0x77BF80) is known color: De York. HEX triplet: 77, BF and 80. RGB value is (119,191,128). Sum of RGB (Red+Green+Blue) = 119+191+128=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BF80 is #88407F. Grayscale: #A2A2A2. Windows color (decimal): -8929408 or 8437623. OLE color: 8437623.

HSL color Cylindrical-coordinate representation of color #77BF80: hue angle of 127.5º 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 #77BF80 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 191 128 -
CMYK 0.38 0 0.33 0.25
HSL 127.5º 0.36% 0.61% -
HSV(B) 127.5º 0.38% 0.75% -
XYZ 30.13 42.74 27.08 -
YUV 162.29 108.65 97.12 -
System Red Green Blue C M Y K H S L
Decimal 119 191 128 0.38 0 0.33 0.25 127.5 0.36 0.61
Hex 77 BF 80 26 0 21 19 80 24 3D
Octal 167 277 200 46 0 41 31 200 44 75
Binary 1110111 10111111 10000000 100110 0 100001 11001 10000000 100100 111101

Color Harmonies of #77BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BF80

Black with #77BF80

Text Example


Text Example

White with #77BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77BF80; }

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

 H1.HeaderClassName
 {
   color: #77BF80;
 }
 .AnyTagClassName
 {
   color: #77BF80;
 }
</style>

background-color css

<style>
 a { background-color: #77BF80; }

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

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

border-color css

<style>
 span { border-color: #77BF80; }

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

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