Html Css Color HEX #80CD30 Yellow Green

📋 copy color: '#80CD30'

red 128 ◦ green 205 ◦ blue 48

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

Shades of Yellow Green #80CD30

Tints of Yellow Green #80CD30

RGB

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

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

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

R = 33.6%
G = 53.81%
B = 12.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#80CD30 (or 0x80CD30) is known color: Yellow Green. HEX triplet: 80, CD and 30. RGB value is (128,205,48). Sum of RGB (Red+Green+Blue) = 128+205+48=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CD30 is #7F32CF. Grayscale: #A4A4A4. Windows color (decimal): -8336080 or 3198336. OLE color: 3198336.

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

Color convert

RGB 128 205 48 -
CMYK 0.38 0 0.77 0.20
HSL 89.43º 0.62% 0.5% -
HSV(B) 89.43º 0.77% 0.8% -
XYZ 31.27 48.47 10.5 -
YUV 164.08 62.49 102.27 -
System Red Green Blue C M Y K H S L
Decimal 128 205 48 0.38 0 0.77 0.20 89.43 0.62 0.5
Hex 80 CD 30 26 0 4D 14 59 3E 32
Octal 200 315 60 46 0 115 24 131 76 62
Binary 10000000 11001101 110000 100110 0 1001101 10100 1011001 111110 110010

Color Harmonies of #80CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CD30

Black with #80CD30

Text Example


Text Example

White with #80CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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