#82FE27

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

Shades of Chartreuse #82FE27

Tints of Chartreuse #82FE27

Color information

#82FE27 (or 0x82FE27) is unknown color: approx Chartreuse. HEX triplet: 82, FE and 27. RGB value is (130,254,39). Sum of RGB (Red+Green+Blue) = 130+254+39=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 254 (99.61% from 255 or 60.05% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 254 - color contains mainly: green. Hex color #82FE27 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FE27 is #7D01D8. Grayscale: #C1C1C1. Windows color (decimal): -8192473 or 2621058. OLE color: 2621058.

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

Color convert

RGB13025439-
CMYK0.4900.850.00
HSL94.6º99.08%57.45%-
HSV(B)94.6º84.65%99.61%-
XYZ45.0175.7814.17-
YUV192.4141.4283.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.73%
GREEN value IS 254 (99.61% from 255) = 60.05%
BLUE value IS 39 (15.62% from 255) = 9.22%
R=30.73%
G=60.05%
B=9.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal130254390.4900.850.0094.699.0857.45
Hex82FE273105505f6339
Octal20237647610125013714371
Binary100000101111111010011111000101010101010111111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,254,39); }

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

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

 a { background-color: rgb(130,254,39); }

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

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

 span { border-color: rgb(130,254,39); }

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