Html Css Color HEX #52F170 Screamin' Green

📋 copy color: '#52F170'

red 82 ◦ green 241 ◦ blue 112

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

Shades of Screamin' Green #52F170

Tints of Screamin' Green #52F170

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.4%

 BLUE value IS 112 (44.14% from 255) = 25.75%

R = 18.85%
G = 55.4%
B = 25.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#52F170 (or 0x52F170) is known color: Screamin' Green. HEX triplet: 52, F1 and 70. RGB value is (82,241,112). Sum of RGB (Red+Green+Blue) = 82+241+112=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #52F170 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F170 is #AD0E8F. Grayscale: #B3B3B3. Windows color (decimal): -11341456 or 7401810. OLE color: 7401810.

HSL color Cylindrical-coordinate representation of color #52F170: hue angle of 131.32º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F170 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 241 112 -
CMYK 0.66 0 0.54 0.05
HSL 131.32º 0.85% 0.63% -
HSV(B) 131.32º 0.66% 0.95% -
XYZ 37.86 65.87 26.05 -
YUV 178.75 90.32 58.99 -
System Red Green Blue C M Y K H S L
Decimal 82 241 112 0.66 0 0.54 0.05 131.32 0.85 0.63
Hex 52 F1 70 42 0 36 5 83 55 3F
Octal 122 361 160 102 0 66 5 203 125 77
Binary 1010010 11110001 1110000 1000010 0 110110 101 10000011 1010101 111111

Color Harmonies of #52F170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F170

Black with #52F170

Text Example


Text Example

White with #52F170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,241,112); }

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

background-color css

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

 a { background-color: rgb(82,241,112); }

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

border-color css

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

 span { border-color: rgb(82,241,112); }

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