#82CC35

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

Shades of Yellow Green #82CC35

Tints of Yellow Green #82CC35

Color information

#82CC35 (or 0x82CC35) is unknown color: approx Yellow Green. HEX triplet: 82, CC and 35. RGB value is (130,204,53). Sum of RGB (Red+Green+Blue) = 130+204+53=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CC35 is #7D33CA. Grayscale: #A5A5A5. Windows color (decimal): -8205259 or 3525762. OLE color: 3525762.

HSL color Cylindrical-coordinate representation of color #82CC35: hue angle of 89.4º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82CC35 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB13020453-
CMYK0.3600.740.2
HSL89.4º59.68%50.39%-
HSV(B)89.4º74.02%80%-
XYZ31.4448.1911.01-
YUV164.6664.98103.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.59%
GREEN value IS 204 (80.08% from 255) = 52.71%
BLUE value IS 53 (21.09% from 255) = 13.70%
R=33.59%
G=52.71%
B=13.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal130204530.3600.740.289.459.6850.39
Hex82CC352404A14593c32
Octal20231465440112241317462
Binary100000101100110011010110010001001010101001011001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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