Html Css Color HEX #82F937 Green Yellow

📋 copy color: '#82F937'

red 130 ◦ green 249 ◦ blue 55

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

Shades of Green Yellow #82F937

Tints of Green Yellow #82F937

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.37%

 BLUE value IS 55 (21.88% from 255) = 12.67%

R = 29.95%
G = 57.37%
B = 12.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#82F937 (or 0x82F937) is known color: Green Yellow. HEX triplet: 82, F9 and 37. RGB value is (130,249,55). Sum of RGB (Red+Green+Blue) = 130+249+55=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 249 (97.66% from 255 or 57.37% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 249 - color contains mainly: green. Hex color #82F937 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F937 is #7D06C8. Grayscale: #BFBFBF. Windows color (decimal): -8193737 or 3668354. OLE color: 3668354.

HSL color Cylindrical-coordinate representation of color #82F937: hue angle of 96.8º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82F937 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 249 55 -
CMYK 0.48 0 0.78 0.02
HSL 96.8º 0.94% 0.6% -
HSV(B) 96.8º 0.78% 0.98% -
XYZ 43.77 72.77 15.35 -
YUV 191.3 51.08 84.27 -
System Red Green Blue C M Y K H S L
Decimal 130 249 55 0.48 0 0.78 0.02 96.8 0.94 0.6
Hex 82 F9 37 30 0 4E 2 61 5E 3C
Octal 202 371 67 60 0 116 2 141 136 74
Binary 10000010 11111001 110111 110000 0 1001110 10 1100001 1011110 111100

Color Harmonies of #82F937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F937

Black with #82F937

Text Example


Text Example

White with #82F937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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