Html Css Color HEX #52F61D Harlequin

📋 copy color: '#52F61D'

red 82 ◦ green 246 ◦ blue 29

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

Shades of Harlequin #52F61D

Tints of Harlequin #52F61D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 68.91%

 BLUE value IS 29 (11.72% from 255) = 8.12%

R = 22.97%
G = 68.91%
B = 8.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#52F61D (or 0x52F61D) is known color: Harlequin. HEX triplet: 52, F6 and 1D. RGB value is (82,246,29). Sum of RGB (Red+Green+Blue) = 82+246+29=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 246 (96.48% from 255 or 68.91% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 246 - color contains mainly: green. Hex color #52F61D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F61D is #AD09E2. Grayscale: #ACACAC. Windows color (decimal): -11340259 or 1963602. OLE color: 1963602.

HSL color Cylindrical-coordinate representation of color #52F61D: hue angle of 105.35º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52F61D is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 246 29 -
CMYK 0.67 0 0.88 0.04
HSL 105.35º 0.92% 0.54% -
HSV(B) 105.35º 0.88% 0.96% -
XYZ 36.66 67.79 12.32 -
YUV 172.23 47.17 63.64 -
System Red Green Blue C M Y K H S L
Decimal 82 246 29 0.67 0 0.88 0.04 105.35 0.92 0.54
Hex 52 F6 1D 43 0 58 4 69 5C 36
Octal 122 366 35 103 0 130 4 151 134 66
Binary 1010010 11110110 11101 1000011 0 1011000 100 1101001 1011100 110110

Color Harmonies of #52F61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F61D

Black with #52F61D

Text Example


Text Example

White with #52F61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,246,29); }

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

background-color css

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

 a { background-color: rgb(82,246,29); }

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

border-color css

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

 span { border-color: rgb(82,246,29); }

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