Html Css Color HEX #52EA5D Screamin' Green

📋 copy color: '#52EA5D'

red 82 ◦ green 234 ◦ blue 93

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

Shades of Screamin' Green #52EA5D

Tints of Screamin' Green #52EA5D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 57.21%

 BLUE value IS 93 (36.72% from 255) = 22.74%

R = 20.05%
G = 57.21%
B = 22.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#52EA5D (or 0x52EA5D) is known color: Screamin' Green. HEX triplet: 52, EA and 5D. RGB value is (82,234,93). Sum of RGB (Red+Green+Blue) = 82+234+93=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 234 (91.80% from 255 or 57.21% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 234 - color contains mainly: green. Hex color #52EA5D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EA5D is #AD15A2. Grayscale: #ACACAC. Windows color (decimal): -11343267 or 6154834. OLE color: 6154834.

HSL color Cylindrical-coordinate representation of color #52EA5D: hue angle of 124.34º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EA5D is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 234 93 -
CMYK 0.65 0 0.60 0.08
HSL 124.34º 0.78% 0.62% -
HSV(B) 124.34º 0.65% 0.92% -
XYZ 34.88 61.43 20.37 -
YUV 172.48 83.14 63.46 -
System Red Green Blue C M Y K H S L
Decimal 82 234 93 0.65 0 0.60 0.08 124.34 0.78 0.62
Hex 52 EA 5D 41 0 3C 8 7C 4E 3E
Octal 122 352 135 101 0 74 10 174 116 76
Binary 1010010 11101010 1011101 1000001 0 111100 1000 1111100 1001110 111110

Color Harmonies of #52EA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EA5D

Black with #52EA5D

Text Example


Text Example

White with #52EA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,234,93); }

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

background-color css

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

 a { background-color: rgb(82,234,93); }

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

border-color css

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

 span { border-color: rgb(82,234,93); }

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