#82FC3D

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

Shades of Green Yellow #82FC3D

Tints of Green Yellow #82FC3D

Color information

#82FC3D (or 0x82FC3D) is unknown color: approx Green Yellow. HEX triplet: 82, FC and 3D. RGB value is (130,252,61). Sum of RGB (Red+Green+Blue) = 130+252+61=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #82FC3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FC3D is #7D03C2. Grayscale: #C2C2C2. Windows color (decimal): -8192963 or 4062338. OLE color: 4062338.

HSL color Cylindrical-coordinate representation of color #82FC3D: hue angle of 98.32º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82FC3D is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB13025261-
CMYK0.4800.760.01
HSL98.32º96.95%61.37%-
HSV(B)98.32º75.79%98.82%-
XYZ44.8674.716.47-
YUV193.7553.0882.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.35%
GREEN value IS 252 (98.83% from 255) = 56.88%
BLUE value IS 61 (24.22% from 255) = 13.77%
R=29.35%
G=56.88%
B=13.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal130252610.4800.760.0198.3296.9561.37
Hex82FC3D3004C162613d
Octal20237475600114114214175
Binary100000101111110011110111000001001100111000101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,252,61); }

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

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

 a { background-color: rgb(130,252,61); }

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

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

 span { border-color: rgb(130,252,61); }

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