Html Css Color HEX #52F85E Screamin' Green

📋 copy color: '#52F85E'

red 82 ◦ green 248 ◦ blue 94

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

Shades of Screamin' Green #52F85E

Tints of Screamin' Green #52F85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.17%

R = 19.34%
G = 58.49%
B = 22.17%

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

#52F85E (or 0x52F85E) is known color: Screamin' Green. HEX triplet: 52, F8 and 5E. RGB value is (82,248,94). Sum of RGB (Red+Green+Blue) = 82+248+94=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 248 (97.27% from 255 or 58.49% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 248 - color contains mainly: green. Hex color #52F85E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F85E is #AD07A1. Grayscale: #B5B5B5. Windows color (decimal): -11339682 or 6223954. OLE color: 6223954.

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

Color convert

RGB 82 248 94 -
CMYK 0.67 0 0.62 0.03
HSL 124.34º 0.92% 0.65% -
HSV(B) 124.34º 0.67% 0.97% -
XYZ 39.07 69.74 21.99 -
YUV 180.81 79 57.52 -
System Red Green Blue C M Y K H S L
Decimal 82 248 94 0.67 0 0.62 0.03 124.34 0.92 0.65
Hex 52 F8 5E 43 0 3E 3 7C 5C 41
Octal 122 370 136 103 0 76 3 174 134 101
Binary 1010010 11111000 1011110 1000011 0 111110 11 1111100 1011100 1000001

Color Harmonies of #52F85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F85E

Black with #52F85E

Text Example


Text Example

White with #52F85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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