Html Css Color HEX #82F962 Screamin' Green

📋 copy color: '#82F962'

red 130 ◦ green 249 ◦ blue 98

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

Shades of Screamin' Green #82F962

Tints of Screamin' Green #82F962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.55%

R = 27.25%
G = 52.2%
B = 20.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#82F962 (or 0x82F962) is known color: Screamin' Green. HEX triplet: 82, F9 and 62. RGB value is (130,249,98). Sum of RGB (Red+Green+Blue) = 130+249+98=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 249 (97.66% from 255 or 52.20% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 249 - color contains mainly: green. Hex color #82F962 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F962 is #7D069D. Grayscale: #C4C4C4. Windows color (decimal): -8193694 or 6486402. OLE color: 6486402.

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

Color convert

RGB 130 249 98 -
CMYK 0.48 0 0.61 0.02
HSL 107.28º 0.93% 0.68% -
HSV(B) 107.28º 0.61% 0.98% -
XYZ 45.29 73.38 23.33 -
YUV 196.21 72.58 80.78 -
System Red Green Blue C M Y K H S L
Decimal 130 249 98 0.48 0 0.61 0.02 107.28 0.93 0.68
Hex 82 F9 62 30 0 3D 2 6B 5D 44
Octal 202 371 142 60 0 75 2 153 135 104
Binary 10000010 11111001 1100010 110000 0 111101 10 1101011 1011101 1000100

Color Harmonies of #82F962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F962

Black with #82F962

Text Example


Text Example

White with #82F962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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