Html Css Color HEX #52ED5E Screamin' Green

📋 copy color: '#52ED5E'

red 82 ◦ green 237 ◦ blue 94

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

Shades of Screamin' Green #52ED5E

Tints of Screamin' Green #52ED5E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 57.38%

 BLUE value IS 94 (37.11% from 255) = 22.76%

R = 19.85%
G = 57.38%
B = 22.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#52ED5E (or 0x52ED5E) is known color: Screamin' Green. HEX triplet: 52, ED and 5E. RGB value is (82,237,94). Sum of RGB (Red+Green+Blue) = 82+237+94=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 237 (92.97% from 255 or 57.38% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 237 - color contains mainly: green. Hex color #52ED5E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52ED5E is #AD12A1. Grayscale: #AEAEAE. Windows color (decimal): -11342498 or 6221138. OLE color: 6221138.

HSL color Cylindrical-coordinate representation of color #52ED5E: hue angle of 124.65º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52ED5E is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 237 94 -
CMYK 0.65 0 0.60 0.07
HSL 124.65º 0.81% 0.63% -
HSV(B) 124.65º 0.65% 0.93% -
XYZ 35.78 63.17 20.9 -
YUV 174.35 82.65 62.13 -
System Red Green Blue C M Y K H S L
Decimal 82 237 94 0.65 0 0.60 0.07 124.65 0.81 0.63
Hex 52 ED 5E 41 0 3C 7 7D 51 3F
Octal 122 355 136 101 0 74 7 175 121 77
Binary 1010010 11101101 1011110 1000001 0 111100 111 1111101 1010001 111111

Color Harmonies of #52ED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ED5E

Black with #52ED5E

Text Example


Text Example

White with #52ED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,237,94); }

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

background-color css

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

 a { background-color: rgb(82,237,94); }

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

border-color css

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

 span { border-color: rgb(82,237,94); }

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