Html Css Color HEX #52F973 Screamin' Green

📋 copy color: '#52F973'

red 82 ◦ green 249 ◦ blue 115

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

Shades of Screamin' Green #52F973

Tints of Screamin' Green #52F973

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.83%

 BLUE value IS 115 (45.31% from 255) = 25.78%

R = 18.39%
G = 55.83%
B = 25.78%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#52F973 (or 0x52F973) is known color: Screamin' Green. HEX triplet: 52, F9 and 73. RGB value is (82,249,115). Sum of RGB (Red+Green+Blue) = 82+249+115=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 249 (97.66% from 255 or 55.83% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 249 - color contains mainly: green. Hex color #52F973 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F973 is #AD068C. Grayscale: #B8B8B8. Windows color (decimal): -11339405 or 7600466. OLE color: 7600466.

HSL color Cylindrical-coordinate representation of color #52F973: hue angle of 131.86º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F973 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 249 115 -
CMYK 0.67 0 0.54 0.02
HSL 131.86º 0.93% 0.65% -
HSV(B) 131.86º 0.67% 0.98% -
XYZ 40.45 70.78 27.75 -
YUV 183.79 89.17 55.4 -
System Red Green Blue C M Y K H S L
Decimal 82 249 115 0.67 0 0.54 0.02 131.86 0.93 0.65
Hex 52 F9 73 43 0 36 2 84 5D 41
Octal 122 371 163 103 0 66 2 204 135 101
Binary 1010010 11111001 1110011 1000011 0 110110 10 10000100 1011101 1000001

Color Harmonies of #52F973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F973

Black with #52F973

Text Example


Text Example

White with #52F973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,249,115); }

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

background-color css

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

 a { background-color: rgb(82,249,115); }

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

border-color css

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

 span { border-color: rgb(82,249,115); }

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