Html Css Color HEX #76D190 De York

📋 copy color: '#76D190'

red 118 ◦ green 209 ◦ blue 144

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

Shades of De York #76D190

Tints of De York #76D190

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.37%

 BLUE value IS 144 (56.64% from 255) = 30.57%

R = 25.05%
G = 44.37%
B = 30.57%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#76D190 (or 0x76D190) is known color: De York. HEX triplet: 76, D1 and 90. RGB value is (118,209,144). Sum of RGB (Red+Green+Blue) = 118+209+144=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #76D190 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D190 is #892E6F. Grayscale: #AEAEAE. Windows color (decimal): -8990320 or 9490806. OLE color: 9490806.

HSL color Cylindrical-coordinate representation of color #76D190: hue angle of 137.14º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D190 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 209 144 -
CMYK 0.44 0 0.31 0.18
HSL 137.14º 0.5% 0.64% -
HSV(B) 137.14º 0.44% 0.82% -
XYZ 35.31 51.47 34.46 -
YUV 174.38 110.85 87.79 -
System Red Green Blue C M Y K H S L
Decimal 118 209 144 0.44 0 0.31 0.18 137.14 0.5 0.64
Hex 76 D1 90 2C 0 1F 12 89 32 40
Octal 166 321 220 54 0 37 22 211 62 100
Binary 1110110 11010001 10010000 101100 0 11111 10010 10001001 110010 1000000

Color Harmonies of #76D190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D190

Black with #76D190

Text Example


Text Example

White with #76D190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,209,144); }

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

background-color css

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

 a { background-color: rgb(118,209,144); }

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

border-color css

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

 span { border-color: rgb(118,209,144); }

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