Html Css Color HEX #52F77C Screamin' Green

📋 copy color: '#52F77C'

red 82 ◦ green 247 ◦ blue 124

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

Shades of Screamin' Green #52F77C

Tints of Screamin' Green #52F77C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 54.53%

 BLUE value IS 124 (48.83% from 255) = 27.37%

R = 18.1%
G = 54.53%
B = 27.37%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#52F77C (or 0x52F77C) is known color: Screamin' Green. HEX triplet: 52, F7 and 7C. RGB value is (82,247,124). Sum of RGB (Red+Green+Blue) = 82+247+124=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 247 (96.88% from 255 or 54.53% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 247 - color contains mainly: green. Hex color #52F77C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F77C is #AD0883. Grayscale: #B7B7B7. Windows color (decimal): -11339908 or 8189778. OLE color: 8189778.

HSL color Cylindrical-coordinate representation of color #52F77C: hue angle of 135.27º degrees, saturation: 0.91, 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 #52F77C is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 82 247 124 -
CMYK 0.67 0 0.50 0.03
HSL 135.27º 0.91% 0.65% -
HSV(B) 135.27º 0.67% 0.97% -
XYZ 40.38 69.77 30.41 -
YUV 183.64 94.34 55.5 -
System Red Green Blue C M Y K H S L
Decimal 82 247 124 0.67 0 0.50 0.03 135.27 0.91 0.65
Hex 52 F7 7C 43 0 32 3 87 5B 41
Octal 122 367 174 103 0 62 3 207 133 101
Binary 1010010 11110111 1111100 1000011 0 110010 11 10000111 1011011 1000001

Color Harmonies of #52F77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F77C

Black with #52F77C

Text Example


Text Example

White with #52F77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,247,124); }

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

background-color css

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

 a { background-color: rgb(82,247,124); }

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

border-color css

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

 span { border-color: rgb(82,247,124); }

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