Html Css Color HEX #52F471 Screamin' Green

📋 copy color: '#52F471'

red 82 ◦ green 244 ◦ blue 113

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

Shades of Screamin' Green #52F471

Tints of Screamin' Green #52F471

RGB

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

 GREEN value IS 244 (95.7% from 255) = 55.58%

 BLUE value IS 113 (44.53% from 255) = 25.74%

R = 18.68%
G = 55.58%
B = 25.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#52F471 (or 0x52F471) is known color: Screamin' Green. HEX triplet: 52, F4 and 71. RGB value is (82,244,113). Sum of RGB (Red+Green+Blue) = 82+244+113=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 244 (95.70% from 255 or 55.58% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 244 - color contains mainly: green. Hex color #52F471 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F471 is #AD0B8E. Grayscale: #B4B4B4. Windows color (decimal): -11340687 or 7468114. OLE color: 7468114.

HSL color Cylindrical-coordinate representation of color #52F471: hue angle of 131.48º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F471 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 244 113 -
CMYK 0.66 0 0.54 0.04
HSL 131.48º 0.88% 0.64% -
HSV(B) 131.48º 0.66% 0.96% -
XYZ 38.81 67.69 26.64 -
YUV 180.63 89.83 57.65 -
System Red Green Blue C M Y K H S L
Decimal 82 244 113 0.66 0 0.54 0.04 131.48 0.88 0.64
Hex 52 F4 71 42 0 36 4 83 58 40
Octal 122 364 161 102 0 66 4 203 130 100
Binary 1010010 11110100 1110001 1000010 0 110110 100 10000011 1011000 1000000

Color Harmonies of #52F471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F471

Black with #52F471

Text Example


Text Example

White with #52F471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,244,113); }

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

background-color css

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

 a { background-color: rgb(82,244,113); }

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

border-color css

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

 span { border-color: rgb(82,244,113); }

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