Html Css Color HEX #76DA8D De York

📋 copy color: '#76DA8D'

red 118 ◦ green 218 ◦ blue 141

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

Shades of De York #76DA8D

Tints of De York #76DA8D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.7%

 BLUE value IS 141 (55.47% from 255) = 29.56%

R = 24.74%
G = 45.7%
B = 29.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#76DA8D (or 0x76DA8D) is known color: De York. HEX triplet: 76, DA and 8D. RGB value is (118,218,141). Sum of RGB (Red+Green+Blue) = 118+218+141=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #76DA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DA8D is #892572. Grayscale: #B3B3B3. Windows color (decimal): -8988019 or 9296502. OLE color: 9296502.

HSL color Cylindrical-coordinate representation of color #76DA8D: hue angle of 133.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DA8D is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 218 141 -
CMYK 0.46 0 0.35 0.15
HSL 133.8º 0.57% 0.66% -
HSV(B) 133.8º 0.46% 0.85% -
XYZ 37.35 55.92 34.02 -
YUV 179.32 106.37 84.26 -
System Red Green Blue C M Y K H S L
Decimal 118 218 141 0.46 0 0.35 0.15 133.8 0.57 0.66
Hex 76 DA 8D 2E 0 23 F 86 39 42
Octal 166 332 215 56 0 43 17 206 71 102
Binary 1110110 11011010 10001101 101110 0 100011 1111 10000110 111001 1000010

Color Harmonies of #76DA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DA8D

Black with #76DA8D

Text Example


Text Example

White with #76DA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,218,141); }

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

background-color css

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

 a { background-color: rgb(118,218,141); }

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

border-color css

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

 span { border-color: rgb(118,218,141); }

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