Html Css Color HEX #52ED64 Screamin' Green

📋 copy color: '#52ED64'

red 82 ◦ green 237 ◦ blue 100

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

Shades of Screamin' Green #52ED64

Tints of Screamin' Green #52ED64

RGB

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

 GREEN value IS 237 (92.97% from 255) = 56.56%

 BLUE value IS 100 (39.45% from 255) = 23.87%

R = 19.57%
G = 56.56%
B = 23.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#52ED64 (or 0x52ED64) is known color: Screamin' Green. HEX triplet: 52, ED and 64. RGB value is (82,237,100). Sum of RGB (Red+Green+Blue) = 82+237+100=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 237 (92.97% from 255 or 56.56% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 237 - color contains mainly: green. Hex color #52ED64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52ED64 is #AD129B. Grayscale: #AFAFAF. Windows color (decimal): -11342492 or 6614354. OLE color: 6614354.

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

Color convert

RGB 82 237 100 -
CMYK 0.65 0 0.58 0.07
HSL 126.97º 0.81% 0.63% -
HSV(B) 126.97º 0.65% 0.93% -
XYZ 36.06 63.28 22.37 -
YUV 175.04 85.65 61.64 -
System Red Green Blue C M Y K H S L
Decimal 82 237 100 0.65 0 0.58 0.07 126.97 0.81 0.63
Hex 52 ED 64 41 0 3A 7 7F 51 3F
Octal 122 355 144 101 0 72 7 177 121 77
Binary 1010010 11101101 1100100 1000001 0 111010 111 1111111 1010001 111111

Color Harmonies of #52ED64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ED64

Black with #52ED64

Text Example


Text Example

White with #52ED64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,237,100); }

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

background-color css

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

 a { background-color: rgb(82,237,100); }

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

border-color css

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

 span { border-color: rgb(82,237,100); }

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