Html Css Color HEX #52EA6D Screamin' Green

📋 copy color: '#52EA6D'

red 82 ◦ green 234 ◦ blue 109

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

Shades of Screamin' Green #52EA6D

Tints of Screamin' Green #52EA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.65%

R = 19.29%
G = 55.06%
B = 25.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#52EA6D (or 0x52EA6D) is known color: Screamin' Green. HEX triplet: 52, EA and 6D. RGB value is (82,234,109). Sum of RGB (Red+Green+Blue) = 82+234+109=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 234 (91.80% from 255 or 55.06% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 234 - color contains mainly: green. Hex color #52EA6D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EA6D is #AD1592. Grayscale: #AEAEAE. Windows color (decimal): -11343251 or 7203410. OLE color: 7203410.

HSL color Cylindrical-coordinate representation of color #52EA6D: hue angle of 130.66º 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 #52EA6D is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 234 109 -
CMYK 0.65 0 0.53 0.08
HSL 130.66º 0.78% 0.62% -
HSV(B) 130.66º 0.65% 0.92% -
XYZ 35.66 61.74 24.51 -
YUV 174.3 91.14 62.16 -
System Red Green Blue C M Y K H S L
Decimal 82 234 109 0.65 0 0.53 0.08 130.66 0.78 0.62
Hex 52 EA 6D 41 0 35 8 83 4E 3E
Octal 122 352 155 101 0 65 10 203 116 76
Binary 1010010 11101010 1101101 1000001 0 110101 1000 10000011 1001110 111110

Color Harmonies of #52EA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EA6D

Black with #52EA6D

Text Example


Text Example

White with #52EA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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