Html Css Color HEX #80C335 Yellow Green

📋 copy color: '#80C335'

red 128 ◦ green 195 ◦ blue 53

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

Shades of Yellow Green #80C335

Tints of Yellow Green #80C335

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.86%

 BLUE value IS 53 (21.09% from 255) = 14.1%

R = 34.04%
G = 51.86%
B = 14.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#80C335 (or 0x80C335) is known color: Yellow Green. HEX triplet: 80, C3 and 35. RGB value is (128,195,53). Sum of RGB (Red+Green+Blue) = 128+195+53=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #80C335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C335 is #7F3CCA. Grayscale: #9F9F9F. Windows color (decimal): -8338635 or 3523456. OLE color: 3523456.

HSL color Cylindrical-coordinate representation of color #80C335: hue angle of 88.31º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80C335 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 195 53 -
CMYK 0.34 0 0.73 0.24
HSL 88.31º 0.57% 0.49% -
HSV(B) 88.31º 0.73% 0.76% -
XYZ 29.06 43.88 10.31 -
YUV 158.78 68.3 106.05 -
System Red Green Blue C M Y K H S L
Decimal 128 195 53 0.34 0 0.73 0.24 88.31 0.57 0.49
Hex 80 C3 35 22 0 49 18 58 39 31
Octal 200 303 65 42 0 111 30 130 71 61
Binary 10000000 11000011 110101 100010 0 1001001 11000 1011000 111001 110001

Color Harmonies of #80C335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C335

Black with #80C335

Text Example


Text Example

White with #80C335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,195,53); }

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

background-color css

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

 a { background-color: rgb(128,195,53); }

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

border-color css

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

 span { border-color: rgb(128,195,53); }

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