Html Css Color HEX #77C081 De York

📋 copy color: '#77C081'

red 119 ◦ green 192 ◦ blue 129

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

Shades of De York #77C081

Tints of De York #77C081

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.64%

 BLUE value IS 129 (50.78% from 255) = 29.32%

R = 27.05%
G = 43.64%
B = 29.32%

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

#77C081 (or 0x77C081) is known color: De York. HEX triplet: 77, C0 and 81. RGB value is (119,192,129). Sum of RGB (Red+Green+Blue) = 119+192+129=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #77C081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C081 is #883F7E. Grayscale: #A3A3A3. Windows color (decimal): -8929151 or 8503415. OLE color: 8503415.

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

Color convert

RGB 119 192 129 -
CMYK 0.38 0 0.33 0.25
HSL 128.22º 0.37% 0.61% -
HSV(B) 128.22º 0.38% 0.75% -
XYZ 30.42 43.21 27.51 -
YUV 162.99 108.82 96.62 -
System Red Green Blue C M Y K H S L
Decimal 119 192 129 0.38 0 0.33 0.25 128.22 0.37 0.61
Hex 77 C0 81 26 0 21 19 80 25 3D
Octal 167 300 201 46 0 41 31 200 45 75
Binary 1110111 11000000 10000001 100110 0 100001 11001 10000000 100101 111101

Color Harmonies of #77C081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C081

Black with #77C081

Text Example


Text Example

White with #77C081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,192,129); }

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

background-color css

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

 a { background-color: rgb(119,192,129); }

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

border-color css

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

 span { border-color: rgb(119,192,129); }

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