Html Css Color HEX #76D528 Yellow Green

📋 copy color: '#76D528'

red 118 ◦ green 213 ◦ blue 40

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

Shades of Yellow Green #76D528

Tints of Yellow Green #76D528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.78%

R = 31.81%
G = 57.41%
B = 10.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#76D528 (or 0x76D528) is known color: Yellow Green. HEX triplet: 76, D5 and 28. RGB value is (118,213,40). Sum of RGB (Red+Green+Blue) = 118+213+40=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #76D528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D528 is #892AD7. Grayscale: #A5A5A5. Windows color (decimal): -8989400 or 2676086. OLE color: 2676086.

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

Color convert

RGB 118 213 40 -
CMYK 0.45 0 0.81 0.16
HSL 92.95º 0.68% 0.5% -
HSV(B) 92.95º 0.81% 0.84% -
XYZ 31.65 51.59 10.3 -
YUV 164.87 57.53 94.57 -
System Red Green Blue C M Y K H S L
Decimal 118 213 40 0.45 0 0.81 0.16 92.95 0.68 0.5
Hex 76 D5 28 2D 0 51 10 5D 44 32
Octal 166 325 50 55 0 121 20 135 104 62
Binary 1110110 11010101 101000 101101 0 1010001 10000 1011101 1000100 110010

Color Harmonies of #76D528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D528

Black with #76D528

Text Example


Text Example

White with #76D528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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