Html Css Color HEX #76DB91 De York

📋 copy color: '#76DB91'

red 118 ◦ green 219 ◦ blue 145

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

Shades of De York #76DB91

Tints of De York #76DB91

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.44%

 BLUE value IS 145 (57.03% from 255) = 30.08%

R = 24.48%
G = 45.44%
B = 30.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#76DB91 (or 0x76DB91) is known color: De York. HEX triplet: 76, DB and 91. RGB value is (118,219,145). Sum of RGB (Red+Green+Blue) = 118+219+145=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DB91 is #89246E. Grayscale: #B4B4B4. Windows color (decimal): -8987759 or 9558902. OLE color: 9558902.

HSL color Cylindrical-coordinate representation of color #76DB91: hue angle of 136.04º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DB91 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 219 145 -
CMYK 0.46 0 0.34 0.14
HSL 136.04º 0.58% 0.66% -
HSV(B) 136.04º 0.46% 0.86% -
XYZ 37.91 56.56 35.71 -
YUV 180.37 108.04 83.52 -
System Red Green Blue C M Y K H S L
Decimal 118 219 145 0.46 0 0.34 0.14 136.04 0.58 0.66
Hex 76 DB 91 2E 0 22 E 88 3A 42
Octal 166 333 221 56 0 42 16 210 72 102
Binary 1110110 11011011 10010001 101110 0 100010 1110 10001000 111010 1000010

Color Harmonies of #76DB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DB91

Black with #76DB91

Text Example


Text Example

White with #76DB91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,219,145); }

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

background-color css

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

 a { background-color: rgb(118,219,145); }

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

border-color css

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

 span { border-color: rgb(118,219,145); }

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