Html Css Color HEX #77C274 De York

📋 copy color: '#77C274'

red 119 ◦ green 194 ◦ blue 116

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

Shades of De York #77C274

Tints of De York #77C274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.04%

R = 27.74%
G = 45.22%
B = 27.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#77C274 (or 0x77C274) is known color: De York. HEX triplet: 77, C2 and 74. RGB value is (119,194,116). Sum of RGB (Red+Green+Blue) = 119+194+116=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #77C274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C274 is #883D8B. Grayscale: #A2A2A2. Windows color (decimal): -8928652 or 7651959. OLE color: 7651959.

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

Color convert

RGB 119 194 116 -
CMYK 0.39 0 0.40 0.24
HSL 117.69º 0.39% 0.61% -
HSV(B) 117.69º 0.4% 0.76% -
XYZ 30.05 43.77 23.39 -
YUV 162.68 101.65 96.84 -
System Red Green Blue C M Y K H S L
Decimal 119 194 116 0.39 0 0.40 0.24 117.69 0.39 0.61
Hex 77 C2 74 27 0 28 18 76 27 3D
Octal 167 302 164 47 0 50 30 166 47 75
Binary 1110111 11000010 1110100 100111 0 101000 11000 1110110 100111 111101

Color Harmonies of #77C274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C274

Black with #77C274

Text Example


Text Example

White with #77C274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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