Html Css Color HEX #82F63F Green Yellow

📋 copy color: '#82F63F'

red 130 ◦ green 246 ◦ blue 63

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

Shades of Green Yellow #82F63F

Tints of Green Yellow #82F63F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 56.04%

 BLUE value IS 63 (25% from 255) = 14.35%

R = 29.61%
G = 56.04%
B = 14.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#82F63F (or 0x82F63F) is known color: Green Yellow. HEX triplet: 82, F6 and 3F. RGB value is (130,246,63). Sum of RGB (Red+Green+Blue) = 130+246+63=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 246 (96.48% from 255 or 56.04% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 246 - color contains mainly: green. Hex color #82F63F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F63F is #7D09C0. Grayscale: #BFBFBF. Windows color (decimal): -8194497 or 4191874. OLE color: 4191874.

HSL color Cylindrical-coordinate representation of color #82F63F: hue angle of 98.03º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82F63F is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 246 63 -
CMYK 0.47 0 0.74 0.04
HSL 98.03º 0.91% 0.61% -
HSV(B) 98.03º 0.74% 0.96% -
XYZ 43.06 71.02 16.14 -
YUV 190.45 56.07 84.88 -
System Red Green Blue C M Y K H S L
Decimal 130 246 63 0.47 0 0.74 0.04 98.03 0.91 0.61
Hex 82 F6 3F 2F 0 4A 4 62 5B 3D
Octal 202 366 77 57 0 112 4 142 133 75
Binary 10000010 11110110 111111 101111 0 1001010 100 1100010 1011011 111101

Color Harmonies of #82F63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F63F

Black with #82F63F

Text Example


Text Example

White with #82F63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,246,63); }

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

background-color css

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

 a { background-color: rgb(130,246,63); }

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

border-color css

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

 span { border-color: rgb(130,246,63); }

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