Html Css Color HEX #80C038 Yellow Green

📋 copy color: '#80C038'

red 128 ◦ green 192 ◦ blue 56

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

Shades of Yellow Green #80C038

Tints of Yellow Green #80C038

RGB

 RED value IS 128 (50.39% from 255) = 34.04%

 GREEN value IS 192 (75.39% from 255) = 51.06%

 BLUE value IS 56 (22.27% from 255) = 14.89%

R = 34.04%
G = 51.06%
B = 14.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#80C038 (or 0x80C038) is known color: Yellow Green. HEX triplet: 80, C0 and 38. RGB value is (128,192,56). Sum of RGB (Red+Green+Blue) = 128+192+56=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #80C038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C038 is #7F3FC7. Grayscale: #9D9D9D. Windows color (decimal): -8339400 or 3719296. OLE color: 3719296.

HSL color Cylindrical-coordinate representation of color #80C038: hue angle of 88.24º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80C038 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 56 -
CMYK 0.33 0 0.71 0.25
HSL 88.24º 0.55% 0.49% -
HSV(B) 88.24º 0.71% 0.75% -
XYZ 28.47 42.57 10.46 -
YUV 157.36 70.8 107.06 -
System Red Green Blue C M Y K H S L
Decimal 128 192 56 0.33 0 0.71 0.25 88.24 0.55 0.49
Hex 80 C0 38 21 0 47 19 58 37 31
Octal 200 300 70 41 0 107 31 130 67 61
Binary 10000000 11000000 111000 100001 0 1000111 11001 1011000 110111 110001

Color Harmonies of #80C038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C038

Black with #80C038

Text Example


Text Example

White with #80C038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80C038; }

 p { color: rgb(128,192,56); }

 H1.HeaderClassName
 {
   color: #80C038;
 }
 .AnyTagClassName
 {
   color: #80C038;
 }
</style>

background-color css

<style>
 a { background-color: #80C038; }

 a { background-color: rgb(128,192,56); }

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

border-color css

<style>
 span { border-color: #80C038; }

 span { border-color: rgb(128,192,56); }

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