Html Css Color HEX #52F449 Screamin' Green

📋 copy color: '#52F449'

red 82 ◦ green 244 ◦ blue 73

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

Shades of Screamin' Green #52F449

Tints of Screamin' Green #52F449

RGB

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

 GREEN value IS 244 (95.7% from 255) = 61.15%

 BLUE value IS 73 (28.91% from 255) = 18.3%

R = 20.55%
G = 61.15%
B = 18.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#52F449 (or 0x52F449) is known color: Screamin' Green. HEX triplet: 52, F4 and 49. RGB value is (82,244,73). Sum of RGB (Red+Green+Blue) = 82+244+73=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 244 (95.70% from 255 or 61.15% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 244 - color contains mainly: green. Hex color #52F449 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F449 is #AD0BB6. Grayscale: #B0B0B0. Windows color (decimal): -11340727 or 4846674. OLE color: 4846674.

HSL color Cylindrical-coordinate representation of color #52F449: hue angle of 116.84º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52F449 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 244 73 -
CMYK 0.66 0 0.70 0.04
HSL 116.84º 0.89% 0.62% -
HSV(B) 116.84º 0.7% 0.96% -
XYZ 37.03 66.98 17.28 -
YUV 176.07 69.83 60.9 -
System Red Green Blue C M Y K H S L
Decimal 82 244 73 0.66 0 0.70 0.04 116.84 0.89 0.62
Hex 52 F4 49 42 0 46 4 75 59 3E
Octal 122 364 111 102 0 106 4 165 131 76
Binary 1010010 11110100 1001001 1000010 0 1000110 100 1110101 1011001 111110

Color Harmonies of #52F449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F449

Black with #52F449

Text Example


Text Example

White with #52F449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,244,73); }

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

background-color css

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

 a { background-color: rgb(82,244,73); }

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

border-color css

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

 span { border-color: rgb(82,244,73); }

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