Html Css Color HEX #80CA33 Yellow Green

📋 copy color: '#80CA33'

red 128 ◦ green 202 ◦ blue 51

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

Shades of Yellow Green #80CA33

Tints of Yellow Green #80CA33

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.02%

 BLUE value IS 51 (20.31% from 255) = 13.39%

R = 33.6%
G = 53.02%
B = 13.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#80CA33 (or 0x80CA33) is known color: Yellow Green. HEX triplet: 80, CA and 33. RGB value is (128,202,51). Sum of RGB (Red+Green+Blue) = 128+202+51=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA33 is #7F35CC. Grayscale: #A3A3A3. Windows color (decimal): -8336845 or 3394176. OLE color: 3394176.

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

Color convert

RGB 128 202 51 -
CMYK 0.37 0 0.75 0.21
HSL 89.4º 0.6% 0.5% -
HSV(B) 89.4º 0.75% 0.79% -
XYZ 30.62 47.07 10.6 -
YUV 162.66 64.98 103.28 -
System Red Green Blue C M Y K H S L
Decimal 128 202 51 0.37 0 0.75 0.21 89.4 0.6 0.5
Hex 80 CA 33 25 0 4B 15 59 3C 32
Octal 200 312 63 45 0 113 25 131 74 62
Binary 10000000 11001010 110011 100101 0 1001011 10101 1011001 111100 110010

Color Harmonies of #80CA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CA33

Black with #80CA33

Text Example


Text Example

White with #80CA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,202,51); }

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

background-color css

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

 a { background-color: rgb(128,202,51); }

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

border-color css

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

 span { border-color: rgb(128,202,51); }

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