Html Css Color HEX #76CA86 De York

📋 copy color: '#76CA86'

red 118 ◦ green 202 ◦ blue 134

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

Shades of De York #76CA86

Tints of De York #76CA86

RGB

 RED value IS 118 (46.48% from 255) = 25.99%

 GREEN value IS 202 (79.3% from 255) = 44.49%

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

R = 25.99%
G = 44.49%
B = 29.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#76CA86 (or 0x76CA86) is known color: De York. HEX triplet: 76, CA and 86. RGB value is (118,202,134). Sum of RGB (Red+Green+Blue) = 118+202+134=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CA86 is #893579. Grayscale: #A9A9A9. Windows color (decimal): -8992122 or 8833654. OLE color: 8833654.

HSL color Cylindrical-coordinate representation of color #76CA86: hue angle of 131.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CA86 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 134 -
CMYK 0.42 0 0.34 0.21
HSL 131.43º 0.44% 0.63% -
HSV(B) 131.43º 0.42% 0.79% -
XYZ 32.89 47.81 30.05 -
YUV 169.13 108.17 91.53 -
System Red Green Blue C M Y K H S L
Decimal 118 202 134 0.42 0 0.34 0.21 131.43 0.44 0.63
Hex 76 CA 86 2A 0 22 15 83 2C 3F
Octal 166 312 206 52 0 42 25 203 54 77
Binary 1110110 11001010 10000110 101010 0 100010 10101 10000011 101100 111111

Color Harmonies of #76CA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA86

Black with #76CA86

Text Example


Text Example

White with #76CA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CA86; }

 p { color: rgb(118,202,134); }

 H1.HeaderClassName
 {
   color: #76CA86;
 }
 .AnyTagClassName
 {
   color: #76CA86;
 }
</style>

background-color css

<style>
 a { background-color: #76CA86; }

 a { background-color: rgb(118,202,134); }

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

border-color css

<style>
 span { border-color: #76CA86; }

 span { border-color: rgb(118,202,134); }

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