Html Css Color HEX #52F870 Screamin' Green

📋 copy color: '#52F870'

red 82 ◦ green 248 ◦ blue 112

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

Shades of Screamin' Green #52F870

Tints of Screamin' Green #52F870

RGB

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

 GREEN value IS 248 (97.27% from 255) = 56.11%

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

R = 18.55%
G = 56.11%
B = 25.34%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#52F870 (or 0x52F870) is known color: Screamin' Green. HEX triplet: 52, F8 and 70. RGB value is (82,248,112). Sum of RGB (Red+Green+Blue) = 82+248+112=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 248 (97.27% from 255 or 56.11% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 248 - color contains mainly: green. Hex color #52F870 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F870 is #AD078F. Grayscale: #B7B7B7. Windows color (decimal): -11339664 or 7403602. OLE color: 7403602.

HSL color Cylindrical-coordinate representation of color #52F870: hue angle of 130.84º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F870 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 82 248 112 -
CMYK 0.67 0 0.55 0.03
HSL 130.84º 0.92% 0.65% -
HSV(B) 130.84º 0.67% 0.97% -
XYZ 39.97 70.1 26.75 -
YUV 182.86 88 56.06 -
System Red Green Blue C M Y K H S L
Decimal 82 248 112 0.67 0 0.55 0.03 130.84 0.92 0.65
Hex 52 F8 70 43 0 37 3 83 5C 41
Octal 122 370 160 103 0 67 3 203 134 101
Binary 1010010 11111000 1110000 1000011 0 110111 11 10000011 1011100 1000001

Color Harmonies of #52F870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F870

Black with #52F870

Text Example


Text Example

White with #52F870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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