Html Css Color HEX #80D01C Yellow Green

📋 copy color: '#80D01C'

red 128 ◦ green 208 ◦ blue 28

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

Shades of Yellow Green #80D01C

Tints of Yellow Green #80D01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.69%

R = 35.16%
G = 57.14%
B = 7.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#80D01C (or 0x80D01C) is known color: Yellow Green. HEX triplet: 80, D0 and 1C. RGB value is (128,208,28). Sum of RGB (Red+Green+Blue) = 128+208+28=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 208 (81.64% from 255 or 57.14% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 208 - color contains mainly: green. Hex color #80D01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D01C is #7F2FE3. Grayscale: #A4A4A4. Windows color (decimal): -8335332 or 1888384. OLE color: 1888384.

HSL color Cylindrical-coordinate representation of color #80D01C: hue angle of 86.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80D01C is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 28 -
CMYK 0.38 0 0.87 0.18
HSL 86.67º 0.76% 0.46% -
HSV(B) 86.67º 0.87% 0.82% -
XYZ 31.67 49.78 9.04 -
YUV 163.56 51.5 102.64 -
System Red Green Blue C M Y K H S L
Decimal 128 208 28 0.38 0 0.87 0.18 86.67 0.76 0.46
Hex 80 D0 1C 26 0 57 12 57 4C 2E
Octal 200 320 34 46 0 127 22 127 114 56
Binary 10000000 11010000 11100 100110 0 1010111 10010 1010111 1001100 101110

Color Harmonies of #80D01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D01C

Black with #80D01C

Text Example


Text Example

White with #80D01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,208,28); }

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

background-color css

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

 a { background-color: rgb(128,208,28); }

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

border-color css

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

 span { border-color: rgb(128,208,28); }

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