Html Css Color HEX #52F259 Screamin' Green

📋 copy color: '#52F259'

red 82 ◦ green 242 ◦ blue 89

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

Shades of Screamin' Green #52F259

Tints of Screamin' Green #52F259

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.6%

 BLUE value IS 89 (35.16% from 255) = 21.55%

R = 19.85%
G = 58.6%
B = 21.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#52F259 (or 0x52F259) is known color: Screamin' Green. HEX triplet: 52, F2 and 59. RGB value is (82,242,89). Sum of RGB (Red+Green+Blue) = 82+242+89=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 242 (94.92% from 255 or 58.60% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 242 - color contains mainly: green. Hex color #52F259 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F259 is #AD0DA6. Grayscale: #B1B1B1. Windows color (decimal): -11341223 or 5894738. OLE color: 5894738.

HSL color Cylindrical-coordinate representation of color #52F259: hue angle of 122.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F259 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 242 89 -
CMYK 0.66 0 0.63 0.05
HSL 122.63º 0.86% 0.64% -
HSV(B) 122.63º 0.66% 0.95% -
XYZ 37.03 66.02 20.24 -
YUV 176.72 78.49 60.44 -
System Red Green Blue C M Y K H S L
Decimal 82 242 89 0.66 0 0.63 0.05 122.63 0.86 0.64
Hex 52 F2 59 42 0 3F 5 7B 56 40
Octal 122 362 131 102 0 77 5 173 126 100
Binary 1010010 11110010 1011001 1000010 0 111111 101 1111011 1010110 1000000

Color Harmonies of #52F259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F259

Black with #52F259

Text Example


Text Example

White with #52F259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,242,89); }

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

background-color css

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

 a { background-color: rgb(82,242,89); }

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

border-color css

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

 span { border-color: rgb(82,242,89); }

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