Html Css Color HEX #82FD09 Chartreuse

📋 copy color: '#82FD09'

red 130 ◦ green 253 ◦ blue 9

#82FD09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse #82FD09

Tints of Chartreuse #82FD09

RGB

 RED value IS 130 (51.17% from 255) = 33.16%

 GREEN value IS 253 (99.22% from 255) = 64.54%

 BLUE value IS 9 (3.91% from 255) = 2.3%

R = 33.16%
G = 64.54%
B = 2.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#82FD09 (or 0x82FD09) is known color: Chartreuse. HEX triplet: 82, FD and 09. RGB value is (130,253,9). Sum of RGB (Red+Green+Blue) = 130+253+9=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 253 (99.22% from 255 or 64.54% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 253 - color contains mainly: green. Hex color #82FD09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82FD09 is #7D02F6. Grayscale: #BDBDBD. Windows color (decimal): -8192759 or 654722. OLE color: 654722.

HSL color Cylindrical-coordinate representation of color #82FD09: hue angle of 90.25º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82FD09 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 253 9 -
CMYK 0.49 0 0.96 0.01
HSL 90.25º 0.98% 0.51% -
HSV(B) 90.25º 0.96% 0.99% -
XYZ 44.38 75.02 12.4 -
YUV 188.41 26.75 86.34 -
System Red Green Blue C M Y K H S L
Decimal 130 253 9 0.49 0 0.96 0.01 90.25 0.98 0.51
Hex 82 FD 9 31 0 60 1 5A 62 33
Octal 202 375 11 61 0 140 1 132 142 63
Binary 10000010 11111101 1001 110001 0 1100000 1 1011010 1100010 110011

Color Harmonies of #82FD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FD09

Black with #82FD09

Text Example


Text Example

White with #82FD09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,253,9); }

 H1.HeaderClassName
 {
   color: #82FD09;
 }
 .AnyTagClassName
 {
   color: #82FD09;
 }
</style>

background-color css

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

 a { background-color: rgb(130,253,9); }

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

border-color css

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

 span { border-color: rgb(130,253,9); }

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