Html Css Color HEX #76DD8F De York

📋 copy color: '#76DD8F'

red 118 ◦ green 221 ◦ blue 143

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

Shades of De York #76DD8F

Tints of De York #76DD8F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.85%

 BLUE value IS 143 (56.25% from 255) = 29.67%

R = 24.48%
G = 45.85%
B = 29.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#76DD8F (or 0x76DD8F) is known color: De York. HEX triplet: 76, DD and 8F. RGB value is (118,221,143). Sum of RGB (Red+Green+Blue) = 118+221+143=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD8F is #892270. Grayscale: #B5B5B5. Windows color (decimal): -8987249 or 9428342. OLE color: 9428342.

HSL color Cylindrical-coordinate representation of color #76DD8F: hue angle of 134.56º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DD8F is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 221 143 -
CMYK 0.47 0 0.35 0.13
HSL 134.56º 0.6% 0.66% -
HSV(B) 134.56º 0.47% 0.87% -
XYZ 38.29 57.55 35.08 -
YUV 181.31 106.38 82.84 -
System Red Green Blue C M Y K H S L
Decimal 118 221 143 0.47 0 0.35 0.13 134.56 0.6 0.66
Hex 76 DD 8F 2F 0 23 D 87 3C 42
Octal 166 335 217 57 0 43 15 207 74 102
Binary 1110110 11011101 10001111 101111 0 100011 1101 10000111 111100 1000010

Color Harmonies of #76DD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DD8F

Black with #76DD8F

Text Example


Text Example

White with #76DD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,221,143); }

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

background-color css

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

 a { background-color: rgb(118,221,143); }

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

border-color css

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

 span { border-color: rgb(118,221,143); }

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