Html Css Color HEX #76DC90 De York

📋 copy color: '#76DC90'

red 118 ◦ green 220 ◦ blue 144

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

Shades of De York #76DC90

Tints of De York #76DC90

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.64%

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 24.48%
G = 45.64%
B = 29.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#76DC90 (or 0x76DC90) is known color: De York. HEX triplet: 76, DC and 90. RGB value is (118,220,144). Sum of RGB (Red+Green+Blue) = 118+220+144=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DC90 is #89236F. Grayscale: #B5B5B5. Windows color (decimal): -8987504 or 9493622. OLE color: 9493622.

HSL color Cylindrical-coordinate representation of color #76DC90: hue angle of 135.29º degrees, saturation: 0.59, 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 #76DC90 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 220 144 -
CMYK 0.46 0 0.35 0.14
HSL 135.29º 0.59% 0.66% -
HSV(B) 135.29º 0.46% 0.86% -
XYZ 38.1 57.05 35.39 -
YUV 180.84 107.21 83.18 -
System Red Green Blue C M Y K H S L
Decimal 118 220 144 0.46 0 0.35 0.14 135.29 0.59 0.66
Hex 76 DC 90 2E 0 23 E 87 3B 42
Octal 166 334 220 56 0 43 16 207 73 102
Binary 1110110 11011100 10010000 101110 0 100011 1110 10000111 111011 1000010

Color Harmonies of #76DC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DC90

Black with #76DC90

Text Example


Text Example

White with #76DC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,220,144); }

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

background-color css

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

 a { background-color: rgb(118,220,144); }

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

border-color css

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

 span { border-color: rgb(118,220,144); }

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