Html Css Color HEX #76D084 De York

📋 copy color: '#76D084'

red 118 ◦ green 208 ◦ blue 132

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

Shades of De York #76D084

Tints of De York #76D084

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.41%

 BLUE value IS 132 (51.95% from 255) = 28.82%

R = 25.76%
G = 45.41%
B = 28.82%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#76D084 (or 0x76D084) is known color: De York. HEX triplet: 76, D0 and 84. RGB value is (118,208,132). Sum of RGB (Red+Green+Blue) = 118+208+132=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #76D084 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D084 is #892F7B. Grayscale: #ACACAC. Windows color (decimal): -8990588 or 8704118. OLE color: 8704118.

HSL color Cylindrical-coordinate representation of color #76D084: hue angle of 129.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76D084 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 208 132 -
CMYK 0.43 0 0.37 0.18
HSL 129.33º 0.49% 0.64% -
HSV(B) 129.33º 0.43% 0.82% -
XYZ 34.19 50.63 29.8 -
YUV 172.43 105.18 89.18 -
System Red Green Blue C M Y K H S L
Decimal 118 208 132 0.43 0 0.37 0.18 129.33 0.49 0.64
Hex 76 D0 84 2B 0 25 12 81 31 40
Octal 166 320 204 53 0 45 22 201 61 100
Binary 1110110 11010000 10000100 101011 0 100101 10010 10000001 110001 1000000

Color Harmonies of #76D084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D084

Black with #76D084

Text Example


Text Example

White with #76D084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,208,132); }

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

background-color css

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

 a { background-color: rgb(118,208,132); }

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

border-color css

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

 span { border-color: rgb(118,208,132); }

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