Html Css Color HEX #77CC8B De York

📋 copy color: '#77CC8B'

red 119 ◦ green 204 ◦ blue 139

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

Shades of De York #77CC8B

Tints of De York #77CC8B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.16%

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 25.76%
G = 44.16%
B = 30.09%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#77CC8B (or 0x77CC8B) is known color: De York. HEX triplet: 77, CC and 8B. RGB value is (119,204,139). Sum of RGB (Red+Green+Blue) = 119+204+139=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CC8B is #883374. Grayscale: #ABABAB. Windows color (decimal): -8926069 or 9161847. OLE color: 9161847.

HSL color Cylindrical-coordinate representation of color #77CC8B: hue angle of 134.12º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CC8B is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 204 139 -
CMYK 0.42 0 0.32 0.2
HSL 134.12º 0.45% 0.63% -
HSV(B) 134.12º 0.42% 0.8% -
XYZ 33.86 48.97 32.09 -
YUV 171.18 109.84 90.79 -
System Red Green Blue C M Y K H S L
Decimal 119 204 139 0.42 0 0.32 0.2 134.12 0.45 0.63
Hex 77 CC 8B 2A 0 20 14 86 2D 3F
Octal 167 314 213 52 0 40 24 206 55 77
Binary 1110111 11001100 10001011 101010 0 100000 10100 10000110 101101 111111

Color Harmonies of #77CC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CC8B

Black with #77CC8B

Text Example


Text Example

White with #77CC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,204,139); }

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

background-color css

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

 a { background-color: rgb(119,204,139); }

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

border-color css

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

 span { border-color: rgb(119,204,139); }

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