Html Css Color HEX #80DD23 Yellow Green

📋 copy color: '#80DD23'

red 128 ◦ green 221 ◦ blue 35

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

Shades of Yellow Green #80DD23

Tints of Yellow Green #80DD23

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.55%

 BLUE value IS 35 (14.06% from 255) = 9.11%

R = 33.33%
G = 57.55%
B = 9.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#80DD23 (or 0x80DD23) is known color: Yellow Green. HEX triplet: 80, DD and 23. RGB value is (128,221,35). Sum of RGB (Red+Green+Blue) = 128+221+35=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 35 (14.06% from 255 or 9.11% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DD23 is #7F22DC. Grayscale: #ACACAC. Windows color (decimal): -8331997 or 2350464. OLE color: 2350464.

HSL color Cylindrical-coordinate representation of color #80DD23: hue angle of 90º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80DD23 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 35 -
CMYK 0.42 0 0.84 0.13
HSL 90º 0.73% 0.5% -
HSV(B) 90º 0.84% 0.87% -
XYZ 35.06 56.42 10.63 -
YUV 171.99 50.69 96.62 -
System Red Green Blue C M Y K H S L
Decimal 128 221 35 0.42 0 0.84 0.13 90 0.73 0.5
Hex 80 DD 23 2A 0 54 D 5A 49 32
Octal 200 335 43 52 0 124 15 132 111 62
Binary 10000000 11011101 100011 101010 0 1010100 1101 1011010 1001001 110010

Color Harmonies of #80DD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD23

Black with #80DD23

Text Example


Text Example

White with #80DD23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,221,35); }

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

background-color css

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

 a { background-color: rgb(128,221,35); }

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

border-color css

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

 span { border-color: rgb(128,221,35); }

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