Html Css Color HEX #80C33D Yellow Green

📋 copy color: '#80C33D'

red 128 ◦ green 195 ◦ blue 61

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

Shades of Yellow Green #80C33D

Tints of Yellow Green #80C33D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.89%

R = 33.33%
G = 50.78%
B = 15.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#80C33D (or 0x80C33D) is known color: Yellow Green. HEX triplet: 80, C3 and 3D. RGB value is (128,195,61). Sum of RGB (Red+Green+Blue) = 128+195+61=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #80C33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C33D is #7F3CC2. Grayscale: #A0A0A0. Windows color (decimal): -8338627 or 4047744. OLE color: 4047744.

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

Color convert

RGB 128 195 61 -
CMYK 0.34 0 0.69 0.24
HSL 90º 0.53% 0.5% -
HSV(B) 90º 0.69% 0.76% -
XYZ 29.26 43.96 11.36 -
YUV 159.69 72.3 105.4 -
System Red Green Blue C M Y K H S L
Decimal 128 195 61 0.34 0 0.69 0.24 90 0.53 0.5
Hex 80 C3 3D 22 0 45 18 5A 35 32
Octal 200 303 75 42 0 105 30 132 65 62
Binary 10000000 11000011 111101 100010 0 1000101 11000 1011010 110101 110010

Color Harmonies of #80C33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C33D

Black with #80C33D

Text Example


Text Example

White with #80C33D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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