Html Css Color HEX #52E560 Screamin' Green

📋 copy color: '#52E560'

red 82 ◦ green 229 ◦ blue 96

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

Shades of Screamin' Green #52E560

Tints of Screamin' Green #52E560

RGB

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

 GREEN value IS 229 (89.84% from 255) = 56.27%

 BLUE value IS 96 (37.89% from 255) = 23.59%

R = 20.15%
G = 56.27%
B = 23.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#52E560 (or 0x52E560) is known color: Screamin' Green. HEX triplet: 52, E5 and 60. RGB value is (82,229,96). Sum of RGB (Red+Green+Blue) = 82+229+96=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 229 (89.84% from 255 or 56.27% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 229 - color contains mainly: green. Hex color #52E560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E560 is #AD1A9F. Grayscale: #AAAAAA. Windows color (decimal): -11344544 or 6350162. OLE color: 6350162.

HSL color Cylindrical-coordinate representation of color #52E560: hue angle of 125.71º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E560 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 82 229 96 -
CMYK 0.64 0 0.58 0.10
HSL 125.71º 0.74% 0.61% -
HSV(B) 125.71º 0.64% 0.9% -
XYZ 33.61 58.68 20.62 -
YUV 169.89 86.3 65.31 -
System Red Green Blue C M Y K H S L
Decimal 82 229 96 0.64 0 0.58 0.10 125.71 0.74 0.61
Hex 52 E5 60 40 0 3A A 7E 4A 3D
Octal 122 345 140 100 0 72 12 176 112 75
Binary 1010010 11100101 1100000 1000000 0 111010 1010 1111110 1001010 111101

Color Harmonies of #52E560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E560

Black with #52E560

Text Example


Text Example

White with #52E560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,229,96); }

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

background-color css

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

 a { background-color: rgb(82,229,96); }

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

border-color css

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

 span { border-color: rgb(82,229,96); }

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