Html Css Color HEX #80D630 Yellow Green

📋 copy color: '#80D630'

red 128 ◦ green 214 ◦ blue 48

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

Shades of Yellow Green #80D630

Tints of Yellow Green #80D630

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.87%

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

R = 32.82%
G = 54.87%
B = 12.31%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#80D630 (or 0x80D630) is known color: Yellow Green. HEX triplet: 80, D6 and 30. RGB value is (128,214,48). Sum of RGB (Red+Green+Blue) = 128+214+48=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 214 (83.98% from 255 or 54.87% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 214 - color contains mainly: green. Hex color #80D630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D630 is #7F29CF. Grayscale: #A9A9A9. Windows color (decimal): -8333776 or 3200640. OLE color: 3200640.

HSL color Cylindrical-coordinate representation of color #80D630: hue angle of 91.08º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80D630 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 214 48 -
CMYK 0.40 0 0.78 0.16
HSL 91.08º 0.67% 0.51% -
HSV(B) 91.08º 0.78% 0.84% -
XYZ 33.48 52.9 11.24 -
YUV 169.36 59.51 98.5 -
System Red Green Blue C M Y K H S L
Decimal 128 214 48 0.40 0 0.78 0.16 91.08 0.67 0.51
Hex 80 D6 30 28 0 4E 10 5B 43 33
Octal 200 326 60 50 0 116 20 133 103 63
Binary 10000000 11010110 110000 101000 0 1001110 10000 1011011 1000011 110011

Color Harmonies of #80D630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D630

Black with #80D630

Text Example


Text Example

White with #80D630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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