Html Css Color HEX #80CD2C Yellow Green

📋 copy color: '#80CD2C'

red 128 ◦ green 205 ◦ blue 44

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

Shades of Yellow Green #80CD2C

Tints of Yellow Green #80CD2C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.38%

 BLUE value IS 44 (17.58% from 255) = 11.67%

R = 33.95%
G = 54.38%
B = 11.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#80CD2C (or 0x80CD2C) is known color: Yellow Green. HEX triplet: 80, CD and 2C. RGB value is (128,205,44). Sum of RGB (Red+Green+Blue) = 128+205+44=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CD2C is #7F32D3. Grayscale: #A4A4A4. Windows color (decimal): -8336084 or 2936192. OLE color: 2936192.

HSL color Cylindrical-coordinate representation of color #80CD2C: hue angle of 88.7º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80CD2C is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 205 44 -
CMYK 0.38 0 0.79 0.20
HSL 88.7º 0.65% 0.49% -
HSV(B) 88.7º 0.79% 0.8% -
XYZ 31.19 48.43 10.09 -
YUV 163.62 60.49 102.59 -
System Red Green Blue C M Y K H S L
Decimal 128 205 44 0.38 0 0.79 0.20 88.7 0.65 0.49
Hex 80 CD 2C 26 0 4F 14 59 41 31
Octal 200 315 54 46 0 117 24 131 101 61
Binary 10000000 11001101 101100 100110 0 1001111 10100 1011001 1000001 110001

Color Harmonies of #80CD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CD2C

Black with #80CD2C

Text Example


Text Example

White with #80CD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,205,44); }

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

background-color css

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

 a { background-color: rgb(128,205,44); }

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

border-color css

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

 span { border-color: rgb(128,205,44); }

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