Html Css Color HEX #77CD8D De York

📋 copy color: '#77CD8D'

red 119 ◦ green 205 ◦ blue 141

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

Shades of De York #77CD8D

Tints of De York #77CD8D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.09%

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

R = 25.59%
G = 44.09%
B = 30.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#77CD8D (or 0x77CD8D) is known color: De York. HEX triplet: 77, CD and 8D. RGB value is (119,205,141). Sum of RGB (Red+Green+Blue) = 119+205+141=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #77CD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CD8D is #883272. Grayscale: #ACACAC. Windows color (decimal): -8925811 or 9293175. OLE color: 9293175.

HSL color Cylindrical-coordinate representation of color #77CD8D: hue angle of 135.35º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CD8D is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 205 141 -
CMYK 0.42 0 0.31 0.20
HSL 135.35º 0.46% 0.64% -
HSV(B) 135.35º 0.42% 0.8% -
XYZ 34.25 49.51 32.95 -
YUV 171.99 110.51 90.2 -
System Red Green Blue C M Y K H S L
Decimal 119 205 141 0.42 0 0.31 0.20 135.35 0.46 0.64
Hex 77 CD 8D 2A 0 1F 14 87 2E 40
Octal 167 315 215 52 0 37 24 207 56 100
Binary 1110111 11001101 10001101 101010 0 11111 10100 10000111 101110 1000000

Color Harmonies of #77CD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CD8D

Black with #77CD8D

Text Example


Text Example

White with #77CD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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