Html Css Color HEX #52F061 Screamin' Green

📋 copy color: '#52F061'

red 82 ◦ green 240 ◦ blue 97

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

Shades of Screamin' Green #52F061

Tints of Screamin' Green #52F061

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.28%

 BLUE value IS 97 (38.28% from 255) = 23.15%

R = 19.57%
G = 57.28%
B = 23.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#52F061 (or 0x52F061) is known color: Screamin' Green. HEX triplet: 52, F0 and 61. RGB value is (82,240,97). Sum of RGB (Red+Green+Blue) = 82+240+97=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 240 (94.14% from 255 or 57.28% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 240 - color contains mainly: green. Hex color #52F061 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F061 is #AD0F9E. Grayscale: #B0B0B0. Windows color (decimal): -11341727 or 6418514. OLE color: 6418514.

HSL color Cylindrical-coordinate representation of color #52F061: hue angle of 125.7º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F061 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 240 97 -
CMYK 0.66 0 0.60 0.06
HSL 125.7º 0.84% 0.63% -
HSV(B) 125.7º 0.66% 0.94% -
XYZ 36.8 64.98 21.91 -
YUV 176.46 83.15 60.63 -
System Red Green Blue C M Y K H S L
Decimal 82 240 97 0.66 0 0.60 0.06 125.7 0.84 0.63
Hex 52 F0 61 42 0 3C 6 7E 54 3F
Octal 122 360 141 102 0 74 6 176 124 77
Binary 1010010 11110000 1100001 1000010 0 111100 110 1111110 1010100 111111

Color Harmonies of #52F061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F061

Black with #52F061

Text Example


Text Example

White with #52F061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,240,97); }

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

background-color css

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

 a { background-color: rgb(82,240,97); }

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

border-color css

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

 span { border-color: rgb(82,240,97); }

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