Html Css Color HEX #52EE73 Screamin' Green

📋 copy color: '#52EE73'

red 82 ◦ green 238 ◦ blue 115

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

Shades of Screamin' Green #52EE73

Tints of Screamin' Green #52EE73

RGB

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

 GREEN value IS 238 (93.36% from 255) = 54.71%

 BLUE value IS 115 (45.31% from 255) = 26.44%

R = 18.85%
G = 54.71%
B = 26.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#52EE73 (or 0x52EE73) is known color: Screamin' Green. HEX triplet: 52, EE and 73. RGB value is (82,238,115). Sum of RGB (Red+Green+Blue) = 82+238+115=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 238 (93.36% from 255 or 54.71% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EE73 is #AD118C. Grayscale: #B1B1B1. Windows color (decimal): -11342221 or 7597650. OLE color: 7597650.

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

Color convert

RGB 82 238 115 -
CMYK 0.66 0 0.52 0.07
HSL 132.69º 0.82% 0.63% -
HSV(B) 132.69º 0.66% 0.93% -
XYZ 37.15 64.18 26.65 -
YUV 177.33 92.82 60 -
System Red Green Blue C M Y K H S L
Decimal 82 238 115 0.66 0 0.52 0.07 132.69 0.82 0.63
Hex 52 EE 73 42 0 34 7 85 52 3F
Octal 122 356 163 102 0 64 7 205 122 77
Binary 1010010 11101110 1110011 1000010 0 110100 111 10000101 1010010 111111

Color Harmonies of #52EE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EE73

Black with #52EE73

Text Example


Text Example

White with #52EE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,238,115); }

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

background-color css

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

 a { background-color: rgb(82,238,115); }

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

border-color css

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

 span { border-color: rgb(82,238,115); }

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