Html Css Color HEX #80CB32 Yellow Green

📋 copy color: '#80CB32'

red 128 ◦ green 203 ◦ blue 50

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

Shades of Yellow Green #80CB32

Tints of Yellow Green #80CB32

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.28%

 BLUE value IS 50 (19.92% from 255) = 13.12%

R = 33.6%
G = 53.28%
B = 13.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#80CB32 (or 0x80CB32) is known color: Yellow Green. HEX triplet: 80, CB and 32. RGB value is (128,203,50). Sum of RGB (Red+Green+Blue) = 128+203+50=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CB32 is #7F34CD. Grayscale: #A3A3A3. Windows color (decimal): -8336590 or 3328896. OLE color: 3328896.

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

Color convert

RGB 128 203 50 -
CMYK 0.37 0 0.75 0.20
HSL 89.41º 0.6% 0.5% -
HSV(B) 89.41º 0.75% 0.8% -
XYZ 30.83 47.53 10.57 -
YUV 163.13 64.15 102.94 -
System Red Green Blue C M Y K H S L
Decimal 128 203 50 0.37 0 0.75 0.20 89.41 0.6 0.5
Hex 80 CB 32 25 0 4B 14 59 3C 32
Octal 200 313 62 45 0 113 24 131 74 62
Binary 10000000 11001011 110010 100101 0 1001011 10100 1011001 111100 110010

Color Harmonies of #80CB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB32

Black with #80CB32

Text Example


Text Example

White with #80CB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,203,50); }

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

background-color css

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

 a { background-color: rgb(128,203,50); }

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

border-color css

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

 span { border-color: rgb(128,203,50); }

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