Html Css Color HEX #76D531 Yellow Green

📋 copy color: '#76D531'

red 118 ◦ green 213 ◦ blue 49

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

Shades of Yellow Green #76D531

Tints of Yellow Green #76D531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.89%

R = 31.05%
G = 56.05%
B = 12.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#76D531 (or 0x76D531) is known color: Yellow Green. HEX triplet: 76, D5 and 31. RGB value is (118,213,49). Sum of RGB (Red+Green+Blue) = 118+213+49=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 213 (83.59% from 255 or 56.05% from 380); Blue value is 49 (19.53% from 255 or 12.89% from 380); Max value from RGB is 213 - color contains mainly: green. Hex color #76D531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D531 is #892ACE. Grayscale: #A6A6A6. Windows color (decimal): -8989391 or 3265910. OLE color: 3265910.

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

Color convert

RGB 118 213 49 -
CMYK 0.45 0 0.77 0.16
HSL 94.76º 0.66% 0.51% -
HSV(B) 94.76º 0.77% 0.84% -
XYZ 31.82 51.66 11.2 -
YUV 165.9 62.03 93.84 -
System Red Green Blue C M Y K H S L
Decimal 118 213 49 0.45 0 0.77 0.16 94.76 0.66 0.51
Hex 76 D5 31 2D 0 4D 10 5F 42 33
Octal 166 325 61 55 0 115 20 137 102 63
Binary 1110110 11010101 110001 101101 0 1001101 10000 1011111 1000010 110011

Color Harmonies of #76D531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D531

Black with #76D531

Text Example


Text Example

White with #76D531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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