Html Css Color HEX #77C282 De York

📋 copy color: '#77C282'

red 119 ◦ green 194 ◦ blue 130

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

Shades of De York #77C282

Tints of De York #77C282

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.79%

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

R = 26.86%
G = 43.79%
B = 29.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#77C282 (or 0x77C282) is known color: De York. HEX triplet: 77, C2 and 82. RGB value is (119,194,130). Sum of RGB (Red+Green+Blue) = 119+194+130=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #77C282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C282 is #883D7D. Grayscale: #A4A4A4. Windows color (decimal): -8928638 or 8569463. OLE color: 8569463.

HSL color Cylindrical-coordinate representation of color #77C282: hue angle of 128.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C282 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 194 130 -
CMYK 0.39 0 0.33 0.24
HSL 128.8º 0.38% 0.61% -
HSV(B) 128.8º 0.39% 0.76% -
XYZ 30.93 44.12 28 -
YUV 164.28 108.65 95.7 -
System Red Green Blue C M Y K H S L
Decimal 119 194 130 0.39 0 0.33 0.24 128.8 0.38 0.61
Hex 77 C2 82 27 0 21 18 81 26 3D
Octal 167 302 202 47 0 41 30 201 46 75
Binary 1110111 11000010 10000010 100111 0 100001 11000 10000001 100110 111101

Color Harmonies of #77C282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C282

Black with #77C282

Text Example


Text Example

White with #77C282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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