Html Css Color HEX #52FC7D Screamin' Green

📋 copy color: '#52FC7D'

red 82 ◦ green 252 ◦ blue 125

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

Shades of Screamin' Green #52FC7D

Tints of Screamin' Green #52FC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.23%

R = 17.86%
G = 54.9%
B = 27.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#52FC7D (or 0x52FC7D) is known color: Screamin' Green. HEX triplet: 52, FC and 7D. RGB value is (82,252,125). Sum of RGB (Red+Green+Blue) = 82+252+125=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #52FC7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FC7D is #AD0382. Grayscale: #BBBBBB. Windows color (decimal): -11338627 or 8256594. OLE color: 8256594.

HSL color Cylindrical-coordinate representation of color #52FC7D: hue angle of 135.18º 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 #52FC7D is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 252 125 -
CMYK 0.67 0 0.50 0.01
HSL 135.18º 0.97% 0.65% -
HSV(B) 135.18º 0.67% 0.99% -
XYZ 41.99 72.9 31.26 -
YUV 186.69 93.18 53.33 -
System Red Green Blue C M Y K H S L
Decimal 82 252 125 0.67 0 0.50 0.01 135.18 0.97 0.65
Hex 52 FC 7D 43 0 32 1 87 61 41
Octal 122 374 175 103 0 62 1 207 141 101
Binary 1010010 11111100 1111101 1000011 0 110010 1 10000111 1100001 1000001

Color Harmonies of #52FC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FC7D

Black with #52FC7D

Text Example


Text Example

White with #52FC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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