Html Css Color HEX #52F02C Harlequin

📋 copy color: '#52F02C'

red 82 ◦ green 240 ◦ blue 44

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

Shades of Harlequin #52F02C

Tints of Harlequin #52F02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.02%

R = 22.4%
G = 65.57%
B = 12.02%

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

#52F02C (or 0x52F02C) is known color: Harlequin. HEX triplet: 52, F0 and 2C. RGB value is (82,240,44). Sum of RGB (Red+Green+Blue) = 82+240+44=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 240 (94.14% from 255 or 65.57% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 240 - color contains mainly: green. Hex color #52F02C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F02C is #AD0FD3. Grayscale: #ABABAB. Windows color (decimal): -11341780 or 2945106. OLE color: 2945106.

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

Color convert

RGB 82 240 44 -
CMYK 0.66 0 0.82 0.06
HSL 108.37º 0.87% 0.56% -
HSV(B) 108.37º 0.82% 0.94% -
XYZ 35.09 64.3 12.94 -
YUV 170.41 56.65 64.94 -
System Red Green Blue C M Y K H S L
Decimal 82 240 44 0.66 0 0.82 0.06 108.37 0.87 0.56
Hex 52 F0 2C 42 0 52 6 6C 57 38
Octal 122 360 54 102 0 122 6 154 127 70
Binary 1010010 11110000 101100 1000010 0 1010010 110 1101100 1010111 111000

Color Harmonies of #52F02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F02C

Black with #52F02C

Text Example


Text Example

White with #52F02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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