Html Css Color HEX #76D030 Yellow Green

📋 copy color: '#76D030'

red 118 ◦ green 208 ◦ blue 48

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

Shades of Yellow Green #76D030

Tints of Yellow Green #76D030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.83%

R = 31.55%
G = 55.61%
B = 12.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#76D030 (or 0x76D030) is known color: Yellow Green. HEX triplet: 76, D0 and 30. RGB value is (118,208,48). Sum of RGB (Red+Green+Blue) = 118+208+48=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #76D030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D030 is #892FCF. Grayscale: #A3A3A3. Windows color (decimal): -8990672 or 3199094. OLE color: 3199094.

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

Color convert

RGB 118 208 48 -
CMYK 0.43 0 0.77 0.18
HSL 93.75º 0.63% 0.5% -
HSV(B) 93.75º 0.77% 0.82% -
XYZ 30.56 49.18 10.68 -
YUV 162.85 63.18 96.01 -
System Red Green Blue C M Y K H S L
Decimal 118 208 48 0.43 0 0.77 0.18 93.75 0.63 0.5
Hex 76 D0 30 2B 0 4D 12 5E 3F 32
Octal 166 320 60 53 0 115 22 136 77 62
Binary 1110110 11010000 110000 101011 0 1001101 10010 1011110 111111 110010

Color Harmonies of #76D030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D030

Black with #76D030

Text Example


Text Example

White with #76D030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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