Html Css Color HEX #80CC28 Yellow Green

📋 copy color: '#80CC28'

red 128 ◦ green 204 ◦ blue 40

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

Shades of Yellow Green #80CC28

Tints of Yellow Green #80CC28

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.84%

 BLUE value IS 40 (16.02% from 255) = 10.75%

R = 34.41%
G = 54.84%
B = 10.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#80CC28 (or 0x80CC28) is known color: Yellow Green. HEX triplet: 80, CC and 28. RGB value is (128,204,40). Sum of RGB (Red+Green+Blue) = 128+204+40=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 204 (80.08% from 255 or 54.84% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CC28 is #7F33D7. Grayscale: #A3A3A3. Windows color (decimal): -8336344 or 2673792. OLE color: 2673792.

HSL color Cylindrical-coordinate representation of color #80CC28: hue angle of 87.8º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80CC28 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 204 40 -
CMYK 0.37 0 0.80 0.2
HSL 87.8º 0.67% 0.48% -
HSV(B) 87.8º 0.8% 0.8% -
XYZ 30.88 47.93 9.63 -
YUV 162.58 58.82 103.34 -
System Red Green Blue C M Y K H S L
Decimal 128 204 40 0.37 0 0.80 0.2 87.8 0.67 0.48
Hex 80 CC 28 25 0 50 14 58 43 30
Octal 200 314 50 45 0 120 24 130 103 60
Binary 10000000 11001100 101000 100101 0 1010000 10100 1011000 1000011 110000

Color Harmonies of #80CC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CC28

Black with #80CC28

Text Example


Text Example

White with #80CC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,204,40); }

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

background-color css

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

 a { background-color: rgb(128,204,40); }

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

border-color css

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

 span { border-color: rgb(128,204,40); }

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