Html Css Color HEX #52F066 Screamin' Green

📋 copy color: '#52F066'

red 82 ◦ green 240 ◦ blue 102

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

Shades of Screamin' Green #52F066

Tints of Screamin' Green #52F066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.06%

R = 19.34%
G = 56.6%
B = 24.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#52F066 (or 0x52F066) is known color: Screamin' Green. HEX triplet: 52, F0 and 66. RGB value is (82,240,102). Sum of RGB (Red+Green+Blue) = 82+240+102=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 240 (94.14% from 255 or 56.60% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 240 - color contains mainly: green. Hex color #52F066 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F066 is #AD0F99. Grayscale: #B1B1B1. Windows color (decimal): -11341722 or 6746194. OLE color: 6746194.

HSL color Cylindrical-coordinate representation of color #52F066: hue angle of 127.59º 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 #52F066 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 240 102 -
CMYK 0.66 0 0.58 0.06
HSL 127.59º 0.84% 0.63% -
HSV(B) 127.59º 0.66% 0.94% -
XYZ 37.04 65.07 23.18 -
YUV 177.03 85.65 60.22 -
System Red Green Blue C M Y K H S L
Decimal 82 240 102 0.66 0 0.58 0.06 127.59 0.84 0.63
Hex 52 F0 66 42 0 3A 6 80 54 3F
Octal 122 360 146 102 0 72 6 200 124 77
Binary 1010010 11110000 1100110 1000010 0 111010 110 10000000 1010100 111111

Color Harmonies of #52F066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F066

Black with #52F066

Text Example


Text Example

White with #52F066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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