Html Css Color HEX #77DC8D De York

📋 copy color: '#77DC8D'

red 119 ◦ green 220 ◦ blue 141

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

Shades of De York #77DC8D

Tints of De York #77DC8D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.83%

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 24.79%
G = 45.83%
B = 29.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#77DC8D (or 0x77DC8D) is known color: De York. HEX triplet: 77, DC and 8D. RGB value is (119,220,141). Sum of RGB (Red+Green+Blue) = 119+220+141=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #77DC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DC8D is #882372. Grayscale: #B5B5B5. Windows color (decimal): -8921971 or 9297015. OLE color: 9297015.

HSL color Cylindrical-coordinate representation of color #77DC8D: hue angle of 133.07º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DC8D is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 220 141 -
CMYK 0.46 0 0.36 0.14
HSL 133.07º 0.59% 0.66% -
HSV(B) 133.07º 0.46% 0.86% -
XYZ 38.01 57.03 34.2 -
YUV 180.8 105.54 83.92 -
System Red Green Blue C M Y K H S L
Decimal 119 220 141 0.46 0 0.36 0.14 133.07 0.59 0.66
Hex 77 DC 8D 2E 0 24 E 85 3B 42
Octal 167 334 215 56 0 44 16 205 73 102
Binary 1110111 11011100 10001101 101110 0 100100 1110 10000101 111011 1000010

Color Harmonies of #77DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DC8D

Black with #77DC8D

Text Example


Text Example

White with #77DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,220,141); }

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

background-color css

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

 a { background-color: rgb(119,220,141); }

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

border-color css

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

 span { border-color: rgb(119,220,141); }

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