Html Css Color HEX #76D02D Yellow Green

📋 copy color: '#76D02D'

red 118 ◦ green 208 ◦ blue 45

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

Shades of Yellow Green #76D02D

Tints of Yellow Green #76D02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.13%

R = 31.81%
G = 56.06%
B = 12.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#76D02D (or 0x76D02D) is known color: Yellow Green. HEX triplet: 76, D0 and 2D. RGB value is (118,208,45). Sum of RGB (Red+Green+Blue) = 118+208+45=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #76D02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D02D is #892FD2. Grayscale: #A3A3A3. Windows color (decimal): -8990675 or 3002486. OLE color: 3002486.

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

Color convert

RGB 118 208 45 -
CMYK 0.43 0 0.78 0.18
HSL 93.13º 0.64% 0.5% -
HSV(B) 93.13º 0.78% 0.82% -
XYZ 30.5 49.15 10.36 -
YUV 162.51 61.68 96.25 -
System Red Green Blue C M Y K H S L
Decimal 118 208 45 0.43 0 0.78 0.18 93.13 0.64 0.5
Hex 76 D0 2D 2B 0 4E 12 5D 40 32
Octal 166 320 55 53 0 116 22 135 100 62
Binary 1110110 11010000 101101 101011 0 1001110 10010 1011101 1000000 110010

Color Harmonies of #76D02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D02D

Black with #76D02D

Text Example


Text Example

White with #76D02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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