Html Css Color HEX #76DD32 Yellow Green

📋 copy color: '#76DD32'

red 118 ◦ green 221 ◦ blue 50

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

Shades of Yellow Green #76DD32

Tints of Yellow Green #76DD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.81%

 BLUE value IS 50 (19.92% from 255) = 12.85%

R = 30.33%
G = 56.81%
B = 12.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#76DD32 (or 0x76DD32) is known color: Yellow Green. HEX triplet: 76, DD and 32. RGB value is (118,221,50). Sum of RGB (Red+Green+Blue) = 118+221+50=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DD32 is #8922CD. Grayscale: #ABABAB. Windows color (decimal): -8987342 or 3333494. OLE color: 3333494.

HSL color Cylindrical-coordinate representation of color #76DD32: hue angle of 96.14º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76DD32 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 221 50 -
CMYK 0.47 0 0.77 0.13
HSL 96.14º 0.72% 0.53% -
HSV(B) 96.14º 0.77% 0.87% -
XYZ 33.9 55.79 12 -
YUV 170.71 59.88 90.4 -
System Red Green Blue C M Y K H S L
Decimal 118 221 50 0.47 0 0.77 0.13 96.14 0.72 0.53
Hex 76 DD 32 2F 0 4D D 60 48 35
Octal 166 335 62 57 0 115 15 140 110 65
Binary 1110110 11011101 110010 101111 0 1001101 1101 1100000 1001000 110101

Color Harmonies of #76DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DD32

Black with #76DD32

Text Example


Text Example

White with #76DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,221,50); }

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

background-color css

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

 a { background-color: rgb(118,221,50); }

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

border-color css

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

 span { border-color: rgb(118,221,50); }

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