Html Css Color HEX #52E356 Screamin' Green

📋 copy color: '#52E356'

red 82 ◦ green 227 ◦ blue 86

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

Shades of Screamin' Green #52E356

Tints of Screamin' Green #52E356

RGB

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

 GREEN value IS 227 (89.06% from 255) = 57.47%

 BLUE value IS 86 (33.98% from 255) = 21.77%

R = 20.76%
G = 57.47%
B = 21.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#52E356 (or 0x52E356) is known color: Screamin' Green. HEX triplet: 52, E3 and 56. RGB value is (82,227,86). Sum of RGB (Red+Green+Blue) = 82+227+86=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 227 (89.06% from 255 or 57.47% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 227 - color contains mainly: green. Hex color #52E356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E356 is #AD1CA9. Grayscale: #A7A7A7. Windows color (decimal): -11345066 or 5694290. OLE color: 5694290.

HSL color Cylindrical-coordinate representation of color #52E356: hue angle of 121.66º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E356 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 227 86 -
CMYK 0.64 0 0.62 0.11
HSL 121.66º 0.72% 0.61% -
HSV(B) 121.66º 0.64% 0.89% -
XYZ 32.63 57.4 18.16 -
YUV 167.57 81.96 66.96 -
System Red Green Blue C M Y K H S L
Decimal 82 227 86 0.64 0 0.62 0.11 121.66 0.72 0.61
Hex 52 E3 56 40 0 3E B 7A 48 3D
Octal 122 343 126 100 0 76 13 172 110 75
Binary 1010010 11100011 1010110 1000000 0 111110 1011 1111010 1001000 111101

Color Harmonies of #52E356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E356

Black with #52E356

Text Example


Text Example

White with #52E356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,227,86); }

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

background-color css

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

 a { background-color: rgb(82,227,86); }

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

border-color css

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

 span { border-color: rgb(82,227,86); }

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