#82FF37

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

Shades of Green Yellow #82FF37

Tints of Green Yellow #82FF37

Color information

#82FF37 (or 0x82FF37) is unknown color: approx Green Yellow. HEX triplet: 82, FF and 37. RGB value is (130,255,55). Sum of RGB (Red+Green+Blue) = 130+255+55=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 255 (100% from 255 or 57.95% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF37 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FF37 is #7D00C8. Grayscale: #C3C3C3. Windows color (decimal): -8192201 or 3669890. OLE color: 3669890.

HSL color Cylindrical-coordinate representation of color #82FF37: hue angle of 97.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82FF37 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.

Color convert

RGB13025555-
CMYK0.4900.780
HSL97.5º100%60.78%-
HSV(B)97.5º78.43%100%-
XYZ45.6676.5415.98-
YUV194.8249.0981.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.55%
GREEN value IS 255 (100% from 255) = 57.95%
BLUE value IS 55 (21.88% from 255) = 12.5%
R=29.55%
G=57.95%
B=12.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal130255550.4900.78097.510060.78
Hex82FF373104E062643d
Octal20237767610116014214475
Binary100000101111111111011111000101001110011000101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,255,55); }

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

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

 a { background-color: rgb(130,255,55); }

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

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

 span { border-color: rgb(130,255,55); }

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