Html Css Color HEX #52F85D Screamin' Green

📋 copy color: '#52F85D'

red 82 ◦ green 248 ◦ blue 93

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

Shades of Screamin' Green #52F85D

Tints of Screamin' Green #52F85D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 58.63%

 BLUE value IS 93 (36.72% from 255) = 21.99%

R = 19.39%
G = 58.63%
B = 21.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#52F85D (or 0x52F85D) is known color: Screamin' Green. HEX triplet: 52, F8 and 5D. RGB value is (82,248,93). Sum of RGB (Red+Green+Blue) = 82+248+93=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 248 (97.27% from 255 or 58.63% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 248 - color contains mainly: green. Hex color #52F85D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F85D is #AD07A2. Grayscale: #B5B5B5. Windows color (decimal): -11339683 or 6158418. OLE color: 6158418.

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

Color convert

RGB 82 248 93 -
CMYK 0.67 0 0.62 0.03
HSL 123.98º 0.92% 0.65% -
HSV(B) 123.98º 0.67% 0.97% -
XYZ 39.02 69.72 21.76 -
YUV 180.7 78.5 57.6 -
System Red Green Blue C M Y K H S L
Decimal 82 248 93 0.67 0 0.62 0.03 123.98 0.92 0.65
Hex 52 F8 5D 43 0 3E 3 7C 5C 41
Octal 122 370 135 103 0 76 3 174 134 101
Binary 1010010 11111000 1011101 1000011 0 111110 11 1111100 1011100 1000001

Color Harmonies of #52F85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F85D

Black with #52F85D

Text Example


Text Example

White with #52F85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,248,93); }

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

background-color css

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

 a { background-color: rgb(82,248,93); }

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

border-color css

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

 span { border-color: rgb(82,248,93); }

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