Html Css Color HEX #77CF86 De York

📋 copy color: '#77CF86'

red 119 ◦ green 207 ◦ blue 134

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

Shades of De York #77CF86

Tints of De York #77CF86

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45%

 BLUE value IS 134 (52.73% from 255) = 29.13%

R = 25.87%
G = 45%
B = 29.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#77CF86 (or 0x77CF86) is known color: De York. HEX triplet: 77, CF and 86. RGB value is (119,207,134). Sum of RGB (Red+Green+Blue) = 119+207+134=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #77CF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CF86 is #883079. Grayscale: #ACACAC. Windows color (decimal): -8925306 or 8834935. OLE color: 8834935.

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

Color convert

RGB 119 207 134 -
CMYK 0.43 0 0.35 0.19
HSL 130.23º 0.48% 0.64% -
HSV(B) 130.23º 0.43% 0.81% -
XYZ 34.22 50.27 30.45 -
YUV 172.37 106.35 89.94 -
System Red Green Blue C M Y K H S L
Decimal 119 207 134 0.43 0 0.35 0.19 130.23 0.48 0.64
Hex 77 CF 86 2B 0 23 13 82 30 40
Octal 167 317 206 53 0 43 23 202 60 100
Binary 1110111 11001111 10000110 101011 0 100011 10011 10000010 110000 1000000

Color Harmonies of #77CF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CF86

Black with #77CF86

Text Example


Text Example

White with #77CF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,207,134); }

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

background-color css

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

 a { background-color: rgb(119,207,134); }

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

border-color css

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

 span { border-color: rgb(119,207,134); }

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