Html Css Color HEX #82F298 Light Green

📋 copy color: '#82F298'

red 130 ◦ green 242 ◦ blue 152

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

Shades of Light Green #82F298

Tints of Light Green #82F298

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.18%

 BLUE value IS 152 (59.77% from 255) = 29.01%

R = 24.81%
G = 46.18%
B = 29.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#82F298 (or 0x82F298) is known color: Light Green. HEX triplet: 82, F2 and 98. RGB value is (130,242,152). Sum of RGB (Red+Green+Blue) = 130+242+152=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #82F298 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F298 is #7D0D67. Grayscale: #C6C6C6. Windows color (decimal): -8195432 or 10023554. OLE color: 10023554.

HSL color Cylindrical-coordinate representation of color #82F298: hue angle of 131.79º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F298 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 242 152 -
CMYK 0.46 0 0.37 0.05
HSL 131.79º 0.81% 0.73% -
HSV(B) 131.79º 0.46% 0.95% -
XYZ 46.63 70.52 40.86 -
YUV 198.25 101.89 79.32 -
System Red Green Blue C M Y K H S L
Decimal 130 242 152 0.46 0 0.37 0.05 131.79 0.81 0.73
Hex 82 F2 98 2E 0 25 5 84 51 49
Octal 202 362 230 56 0 45 5 204 121 111
Binary 10000010 11110010 10011000 101110 0 100101 101 10000100 1010001 1001001

Color Harmonies of #82F298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F298

Black with #82F298

Text Example


Text Example

White with #82F298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,242,152); }

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

background-color css

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

 a { background-color: rgb(130,242,152); }

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

border-color css

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

 span { border-color: rgb(130,242,152); }

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