Html Css Color HEX #76D592 De York

📋 copy color: '#76D592'

red 118 ◦ green 213 ◦ blue 146

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

Shades of De York #76D592

Tints of De York #76D592

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.65%

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

R = 24.74%
G = 44.65%
B = 30.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#76D592 (or 0x76D592) is known color: De York. HEX triplet: 76, D5 and 92. RGB value is (118,213,146). Sum of RGB (Red+Green+Blue) = 118+213+146=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #76D592 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D592 is #892A6D. Grayscale: #B1B1B1. Windows color (decimal): -8989294 or 9622902. OLE color: 9622902.

HSL color Cylindrical-coordinate representation of color #76D592: hue angle of 137.68º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D592 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 213 146 -
CMYK 0.45 0 0.31 0.16
HSL 137.68º 0.53% 0.65% -
HSV(B) 137.68º 0.45% 0.84% -
XYZ 36.45 53.52 35.6 -
YUV 176.96 110.53 85.95 -
System Red Green Blue C M Y K H S L
Decimal 118 213 146 0.45 0 0.31 0.16 137.68 0.53 0.65
Hex 76 D5 92 2D 0 1F 10 8A 35 41
Octal 166 325 222 55 0 37 20 212 65 101
Binary 1110110 11010101 10010010 101101 0 11111 10000 10001010 110101 1000001

Color Harmonies of #76D592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D592

Black with #76D592

Text Example


Text Example

White with #76D592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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