Html Css Color HEX #76DA2A Yellow Green

📋 copy color: '#76DA2A'

red 118 ◦ green 218 ◦ blue 42

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

Shades of Yellow Green #76DA2A

Tints of Yellow Green #76DA2A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.67%

 BLUE value IS 42 (16.8% from 255) = 11.11%

R = 31.22%
G = 57.67%
B = 11.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#76DA2A (or 0x76DA2A) is known color: Yellow Green. HEX triplet: 76, DA and 2A. RGB value is (118,218,42). Sum of RGB (Red+Green+Blue) = 118+218+42=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #76DA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DA2A is #8925D5. Grayscale: #A8A8A8. Windows color (decimal): -8988118 or 2808438. OLE color: 2808438.

HSL color Cylindrical-coordinate representation of color #76DA2A: hue angle of 94.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76DA2A is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 218 42 -
CMYK 0.46 0 0.81 0.15
HSL 94.09º 0.7% 0.51% -
HSV(B) 94.09º 0.81% 0.85% -
XYZ 32.96 54.16 10.91 -
YUV 168.04 56.87 92.31 -
System Red Green Blue C M Y K H S L
Decimal 118 218 42 0.46 0 0.81 0.15 94.09 0.7 0.51
Hex 76 DA 2A 2E 0 51 F 5E 46 33
Octal 166 332 52 56 0 121 17 136 106 63
Binary 1110110 11011010 101010 101110 0 1010001 1111 1011110 1000110 110011

Color Harmonies of #76DA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DA2A

Black with #76DA2A

Text Example


Text Example

White with #76DA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,218,42); }

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

background-color css

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

 a { background-color: rgb(118,218,42); }

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

border-color css

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

 span { border-color: rgb(118,218,42); }

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