#82CD30

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

Shades of Yellow Green #82CD30

Tints of Yellow Green #82CD30

Color information

#82CD30 (or 0x82CD30) is unknown color: approx Yellow Green. HEX triplet: 82, CD and 30. RGB value is (130,205,48). Sum of RGB (Red+Green+Blue) = 130+205+48=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CD30 is #7D32CF. Grayscale: #A5A5A5. Windows color (decimal): -8205008 or 3198338. OLE color: 3198338.

HSL color Cylindrical-coordinate representation of color #82CD30: hue angle of 88.66º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82CD30 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB13020548-
CMYK0.3700.770.20
HSL88.66º62.06%49.61%-
HSV(B)88.66º76.59%80.39%-
XYZ31.5748.6210.52-
YUV164.6862.15103.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 205 (80.47% from 255) = 53.52%
BLUE value IS 48 (19.14% from 255) = 12.53%
R=33.94%
G=53.52%
B=12.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130205480.3700.770.2088.6662.0649.61
Hex82CD302504D14593e32
Octal20231560450115241317662
Binary100000101100110111000010010101001101101001011001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,205,48); }

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

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

 a { background-color: rgb(130,205,48); }

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

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

 span { border-color: rgb(130,205,48); }

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