Html Css Color HEX #52E868 Screamin' Green

📋 copy color: '#52E868'

red 82 ◦ green 232 ◦ blue 104

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

Shades of Screamin' Green #52E868

Tints of Screamin' Green #52E868

RGB

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

 GREEN value IS 232 (91.02% from 255) = 55.5%

 BLUE value IS 104 (41.02% from 255) = 24.88%

R = 19.62%
G = 55.5%
B = 24.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#52E868 (or 0x52E868) is known color: Screamin' Green. HEX triplet: 52, E8 and 68. RGB value is (82,232,104). Sum of RGB (Red+Green+Blue) = 82+232+104=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 232 (91.02% from 255 or 55.50% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 232 - color contains mainly: green. Hex color #52E868 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E868 is #AD1797. Grayscale: #ACACAC. Windows color (decimal): -11343768 or 6875218. OLE color: 6875218.

HSL color Cylindrical-coordinate representation of color #52E868: hue angle of 128.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E868 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 232 104 -
CMYK 0.65 0 0.55 0.09
HSL 128.8º 0.77% 0.62% -
HSV(B) 128.8º 0.65% 0.91% -
XYZ 34.83 60.51 22.94 -
YUV 172.56 89.31 63.41 -
System Red Green Blue C M Y K H S L
Decimal 82 232 104 0.65 0 0.55 0.09 128.8 0.77 0.62
Hex 52 E8 68 41 0 37 9 81 4D 3E
Octal 122 350 150 101 0 67 11 201 115 76
Binary 1010010 11101000 1101000 1000001 0 110111 1001 10000001 1001101 111110

Color Harmonies of #52E868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E868

Black with #52E868

Text Example


Text Example

White with #52E868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,232,104); }

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

background-color css

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

 a { background-color: rgb(82,232,104); }

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

border-color css

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

 span { border-color: rgb(82,232,104); }

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