Html Css Color HEX #52F982 Screamin' Green

📋 copy color: '#52F982'

red 82 ◦ green 249 ◦ blue 130

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

Shades of Screamin' Green #52F982

Tints of Screamin' Green #52F982

RGB

 RED value IS 82 (32.42% from 255) = 17.79%

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

 BLUE value IS 130 (51.17% from 255) = 28.2%

R = 17.79%
G = 54.01%
B = 28.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#52F982 (or 0x52F982) is known color: Screamin' Green. HEX triplet: 52, F9 and 82. RGB value is (82,249,130). Sum of RGB (Red+Green+Blue) = 82+249+130=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 249 (97.66% from 255 or 54.01% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 249 - color contains mainly: green. Hex color #52F982 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F982 is #AD067D. Grayscale: #B9B9B9. Windows color (decimal): -11339390 or 8583506. OLE color: 8583506.

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

Color convert

RGB 82 249 130 -
CMYK 0.67 0 0.48 0.02
HSL 137.25º 0.93% 0.65% -
HSV(B) 137.25º 0.67% 0.98% -
XYZ 41.38 71.16 32.67 -
YUV 185.5 96.67 54.18 -
System Red Green Blue C M Y K H S L
Decimal 82 249 130 0.67 0 0.48 0.02 137.25 0.93 0.65
Hex 52 F9 82 43 0 30 2 89 5D 41
Octal 122 371 202 103 0 60 2 211 135 101
Binary 1010010 11111001 10000010 1000011 0 110000 10 10001001 1011101 1000001

Color Harmonies of #52F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F982

Black with #52F982

Text Example


Text Example

White with #52F982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52F982; }

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

 H1.HeaderClassName
 {
   color: #52F982;
 }
 .AnyTagClassName
 {
   color: #52F982;
 }
</style>

background-color css

<style>
 a { background-color: #52F982; }

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

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

border-color css

<style>
 span { border-color: #52F982; }

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

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