Html Css Color HEX #77BE82 De York

📋 copy color: '#77BE82'

red 119 ◦ green 190 ◦ blue 130

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

Shades of De York #77BE82

Tints of De York #77BE82

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.28%

 BLUE value IS 130 (51.17% from 255) = 29.61%

R = 27.11%
G = 43.28%
B = 29.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#77BE82 (or 0x77BE82) is known color: De York. HEX triplet: 77, BE and 82. RGB value is (119,190,130). Sum of RGB (Red+Green+Blue) = 119+190+130=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BE82 is #88417D. Grayscale: #A2A2A2. Windows color (decimal): -8929662 or 8568439. OLE color: 8568439.

HSL color Cylindrical-coordinate representation of color #77BE82: hue angle of 129.3º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BE82 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 190 130 -
CMYK 0.37 0 0.32 0.25
HSL 129.3º 0.35% 0.61% -
HSV(B) 129.3º 0.37% 0.75% -
XYZ 30.05 42.36 27.71 -
YUV 161.93 109.98 97.38 -
System Red Green Blue C M Y K H S L
Decimal 119 190 130 0.37 0 0.32 0.25 129.3 0.35 0.61
Hex 77 BE 82 25 0 20 19 81 23 3D
Octal 167 276 202 45 0 40 31 201 43 75
Binary 1110111 10111110 10000010 100101 0 100000 11001 10000001 100011 111101

Color Harmonies of #77BE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BE82

Black with #77BE82

Text Example


Text Example

White with #77BE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,190,130); }

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

background-color css

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

 a { background-color: rgb(119,190,130); }

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

border-color css

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

 span { border-color: rgb(119,190,130); }

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