Html Css Color HEX #52F02A Harlequin

📋 copy color: '#52F02A'

red 82 ◦ green 240 ◦ blue 42

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

Shades of Harlequin #52F02A

Tints of Harlequin #52F02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.54%

R = 22.53%
G = 65.93%
B = 11.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#52F02A (or 0x52F02A) is known color: Harlequin. HEX triplet: 52, F0 and 2A. RGB value is (82,240,42). Sum of RGB (Red+Green+Blue) = 82+240+42=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 240 (94.14% from 255 or 65.93% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 240 - color contains mainly: green. Hex color #52F02A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F02A is #AD0FD5. Grayscale: #AAAAAA. Windows color (decimal): -11341782 or 2814034. OLE color: 2814034.

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

Color convert

RGB 82 240 42 -
CMYK 0.66 0 0.82 0.06
HSL 107.88º 0.87% 0.55% -
HSV(B) 107.88º 0.83% 0.94% -
XYZ 35.06 64.28 12.75 -
YUV 170.19 55.65 65.1 -
System Red Green Blue C M Y K H S L
Decimal 82 240 42 0.66 0 0.82 0.06 107.88 0.87 0.55
Hex 52 F0 2A 42 0 52 6 6C 57 37
Octal 122 360 52 102 0 122 6 154 127 67
Binary 1010010 11110000 101010 1000010 0 1010010 110 1101100 1010111 110111

Color Harmonies of #52F02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F02A

Black with #52F02A

Text Example


Text Example

White with #52F02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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