#82CC33

Color #82CC33 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #82CC33

Tints of Yellow Green #82CC33

Color information

#82CC33 (or 0x82CC33) is unknown color: approx Yellow Green. HEX triplet: 82, CC and 33. RGB value is (130,204,51). Sum of RGB (Red+Green+Blue) = 130+204+51=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CC33 is #7D33CC. Grayscale: #A4A4A4. Windows color (decimal): -8205261 or 3394690. OLE color: 3394690.

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

Color convert

RGB13020451-
CMYK0.3600.750.2
HSL89.02º60%50%-
HSV(B)89.02º75%80%-
XYZ31.448.1710.78-
YUV164.4363.98103.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 204 (80.08% from 255) = 52.99%
BLUE value IS 51 (20.31% from 255) = 13.25%
R=33.77%
G=52.99%
B=13.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal130204510.3600.750.289.026050
Hex82CC332404B14593c32
Octal20231463440113241317462
Binary100000101100110011001110010001001011101001011001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82CC33;
 }
 .AnyTagClassName
 {
   color: #82CC33;
 }
</style>
background-color css

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

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

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

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

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

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