Html Css Color HEX #52F37C Screamin' Green

📋 copy color: '#52F37C'

red 82 ◦ green 243 ◦ blue 124

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

Shades of Screamin' Green #52F37C

Tints of Screamin' Green #52F37C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.12%

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

R = 18.26%
G = 54.12%
B = 27.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#52F37C (or 0x52F37C) is known color: Screamin' Green. HEX triplet: 52, F3 and 7C. RGB value is (82,243,124). Sum of RGB (Red+Green+Blue) = 82+243+124=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #52F37C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F37C is #AD0C83. Grayscale: #B5B5B5. Windows color (decimal): -11340932 or 8188754. OLE color: 8188754.

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

Color convert

RGB 82 243 124 -
CMYK 0.66 0 0.49 0.05
HSL 135.65º 0.87% 0.64% -
HSV(B) 135.65º 0.66% 0.95% -
XYZ 39.17 67.35 30 -
YUV 181.3 95.66 57.18 -
System Red Green Blue C M Y K H S L
Decimal 82 243 124 0.66 0 0.49 0.05 135.65 0.87 0.64
Hex 52 F3 7C 42 0 31 5 88 57 40
Octal 122 363 174 102 0 61 5 210 127 100
Binary 1010010 11110011 1111100 1000010 0 110001 101 10001000 1010111 1000000

Color Harmonies of #52F37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F37C

Black with #52F37C

Text Example


Text Example

White with #52F37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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