Html Css Color HEX #77CE8C De York

📋 copy color: '#77CE8C'

red 119 ◦ green 206 ◦ blue 140

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

Shades of De York #77CE8C

Tints of De York #77CE8C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.3%

 BLUE value IS 140 (55.08% from 255) = 30.11%

R = 25.59%
G = 44.3%
B = 30.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#77CE8C (or 0x77CE8C) is known color: De York. HEX triplet: 77, CE and 8C. RGB value is (119,206,140). Sum of RGB (Red+Green+Blue) = 119+206+140=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #77CE8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CE8C is #883173. Grayscale: #ACACAC. Windows color (decimal): -8925556 or 9227895. OLE color: 9227895.

HSL color Cylindrical-coordinate representation of color #77CE8C: hue angle of 134.48º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CE8C is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 206 140 -
CMYK 0.42 0 0.32 0.19
HSL 134.48º 0.47% 0.64% -
HSV(B) 134.48º 0.42% 0.81% -
XYZ 34.41 49.96 32.64 -
YUV 172.46 109.68 89.87 -
System Red Green Blue C M Y K H S L
Decimal 119 206 140 0.42 0 0.32 0.19 134.48 0.47 0.64
Hex 77 CE 8C 2A 0 20 13 86 2F 40
Octal 167 316 214 52 0 40 23 206 57 100
Binary 1110111 11001110 10001100 101010 0 100000 10011 10000110 101111 1000000

Color Harmonies of #77CE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CE8C

Black with #77CE8C

Text Example


Text Example

White with #77CE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,206,140); }

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

background-color css

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

 a { background-color: rgb(119,206,140); }

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

border-color css

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

 span { border-color: rgb(119,206,140); }

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