Html Css Color HEX #80CC33 Yellow Green

📋 copy color: '#80CC33'

red 128 ◦ green 204 ◦ blue 51

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

Shades of Yellow Green #80CC33

Tints of Yellow Green #80CC33

RGB

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

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

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

R = 33.42%
G = 53.26%
B = 13.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#80CC33 (or 0x80CC33) is known color: Yellow Green. HEX triplet: 80, CC and 33. RGB value is (128,204,51). Sum of RGB (Red+Green+Blue) = 128+204+51=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CC33 is #7F33CC. Grayscale: #A4A4A4. Windows color (decimal): -8336333 or 3394688. OLE color: 3394688.

HSL color Cylindrical-coordinate representation of color #80CC33: hue angle of 89.8º 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 #80CC33 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 204 51 -
CMYK 0.37 0 0.75 0.2
HSL 89.8º 0.6% 0.5% -
HSV(B) 89.8º 0.75% 0.8% -
XYZ 31.09 48.01 10.76 -
YUV 163.83 64.32 102.44 -
System Red Green Blue C M Y K H S L
Decimal 128 204 51 0.37 0 0.75 0.2 89.8 0.6 0.5
Hex 80 CC 33 25 0 4B 14 5A 3C 32
Octal 200 314 63 45 0 113 24 132 74 62
Binary 10000000 11001100 110011 100101 0 1001011 10100 1011010 111100 110010

Color Harmonies of #80CC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CC33

Black with #80CC33

Text Example


Text Example

White with #80CC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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