Html Css Color HEX #76C382 De York

📋 copy color: '#76C382'

red 118 ◦ green 195 ◦ blue 130

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

Shades of De York #76C382

Tints of De York #76C382

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.02%

 BLUE value IS 130 (51.17% from 255) = 29.35%

R = 26.64%
G = 44.02%
B = 29.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#76C382 (or 0x76C382) is known color: De York. HEX triplet: 76, C3 and 82. RGB value is (118,195,130). Sum of RGB (Red+Green+Blue) = 118+195+130=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #76C382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C382 is #893C7D. Grayscale: #A4A4A4. Windows color (decimal): -8993918 or 8569718. OLE color: 8569718.

HSL color Cylindrical-coordinate representation of color #76C382: hue angle of 129.35º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C382 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 195 130 -
CMYK 0.39 0 0.33 0.24
HSL 129.35º 0.39% 0.61% -
HSV(B) 129.35º 0.39% 0.76% -
XYZ 31.02 44.49 28.07 -
YUV 164.57 108.49 94.79 -
System Red Green Blue C M Y K H S L
Decimal 118 195 130 0.39 0 0.33 0.24 129.35 0.39 0.61
Hex 76 C3 82 27 0 21 18 81 27 3D
Octal 166 303 202 47 0 41 30 201 47 75
Binary 1110110 11000011 10000010 100111 0 100001 11000 10000001 100111 111101

Color Harmonies of #76C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C382

Black with #76C382

Text Example


Text Example

White with #76C382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,195,130); }

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

background-color css

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

 a { background-color: rgb(118,195,130); }

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

border-color css

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

 span { border-color: rgb(118,195,130); }

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