Html Css Color HEX #76DD92 De York

📋 copy color: '#76DD92'

red 118 ◦ green 221 ◦ blue 146

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

Shades of De York #76DD92

Tints of De York #76DD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.1%

R = 24.33%
G = 45.57%
B = 30.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#76DD92 (or 0x76DD92) is known color: De York. HEX triplet: 76, DD and 92. RGB value is (118,221,146). Sum of RGB (Red+Green+Blue) = 118+221+146=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD92 is #89226D. Grayscale: #B5B5B5. Windows color (decimal): -8987246 or 9624950. OLE color: 9624950.

HSL color Cylindrical-coordinate representation of color #76DD92: hue angle of 136.31º 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 #76DD92 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 221 146 -
CMYK 0.47 0 0.34 0.13
HSL 136.31º 0.6% 0.66% -
HSV(B) 136.31º 0.47% 0.87% -
XYZ 38.52 57.64 36.29 -
YUV 181.65 107.88 82.6 -
System Red Green Blue C M Y K H S L
Decimal 118 221 146 0.47 0 0.34 0.13 136.31 0.6 0.66
Hex 76 DD 92 2F 0 22 D 88 3C 42
Octal 166 335 222 57 0 42 15 210 74 102
Binary 1110110 11011101 10010010 101111 0 100010 1101 10001000 111100 1000010

Color Harmonies of #76DD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DD92

Black with #76DD92

Text Example


Text Example

White with #76DD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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