Html Css Color HEX #52E155 Screamin' Green

📋 copy color: '#52E155'

red 82 ◦ green 225 ◦ blue 85

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

Shades of Screamin' Green #52E155

Tints of Screamin' Green #52E155

RGB

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

 GREEN value IS 225 (88.28% from 255) = 57.4%

 BLUE value IS 85 (33.59% from 255) = 21.68%

R = 20.92%
G = 57.4%
B = 21.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#52E155 (or 0x52E155) is known color: Screamin' Green. HEX triplet: 52, E1 and 55. RGB value is (82,225,85). Sum of RGB (Red+Green+Blue) = 82+225+85=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 225 (88.28% from 255 or 57.40% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 225 - color contains mainly: green. Hex color #52E155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E155 is #AD1EAA. Grayscale: #A6A6A6. Windows color (decimal): -11345579 or 5628242. OLE color: 5628242.

HSL color Cylindrical-coordinate representation of color #52E155: hue angle of 121.26º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E155 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 225 85 -
CMYK 0.64 0 0.62 0.12
HSL 121.26º 0.7% 0.6% -
HSV(B) 121.26º 0.64% 0.88% -
XYZ 32.04 56.3 17.77 -
YUV 166.28 82.12 67.88 -
System Red Green Blue C M Y K H S L
Decimal 82 225 85 0.64 0 0.62 0.12 121.26 0.7 0.6
Hex 52 E1 55 40 0 3E C 79 46 3C
Octal 122 341 125 100 0 76 14 171 106 74
Binary 1010010 11100001 1010101 1000000 0 111110 1100 1111001 1000110 111100

Color Harmonies of #52E155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E155

Black with #52E155

Text Example


Text Example

White with #52E155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,225,85); }

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

background-color css

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

 a { background-color: rgb(82,225,85); }

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

border-color css

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

 span { border-color: rgb(82,225,85); }

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