Html Css Color HEX #52FC8D Screamin' Green

📋 copy color: '#52FC8D'

red 82 ◦ green 252 ◦ blue 141

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

Shades of Screamin' Green #52FC8D

Tints of Screamin' Green #52FC8D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.05%

 BLUE value IS 141 (55.47% from 255) = 29.68%

R = 17.26%
G = 53.05%
B = 29.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#52FC8D (or 0x52FC8D) is known color: Screamin' Green. HEX triplet: 52, FC and 8D. RGB value is (82,252,141). Sum of RGB (Red+Green+Blue) = 82+252+141=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #52FC8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FC8D is #AD0372. Grayscale: #BCBCBC. Windows color (decimal): -11338611 or 9305170. OLE color: 9305170.

HSL color Cylindrical-coordinate representation of color #52FC8D: hue angle of 140.82º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FC8D is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 252 141 -
CMYK 0.67 0 0.44 0.01
HSL 140.82º 0.97% 0.65% -
HSV(B) 140.82º 0.67% 0.99% -
XYZ 43.1 73.34 37.08 -
YUV 188.52 101.18 52.03 -
System Red Green Blue C M Y K H S L
Decimal 82 252 141 0.67 0 0.44 0.01 140.82 0.97 0.65
Hex 52 FC 8D 43 0 2C 1 8D 61 41
Octal 122 374 215 103 0 54 1 215 141 101
Binary 1010010 11111100 10001101 1000011 0 101100 1 10001101 1100001 1000001

Color Harmonies of #52FC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FC8D

Black with #52FC8D

Text Example


Text Example

White with #52FC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,252,141); }

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

background-color css

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

 a { background-color: rgb(82,252,141); }

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

border-color css

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

 span { border-color: rgb(82,252,141); }

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