Html Css Color HEX #52EC0D Harlequin

📋 copy color: '#52EC0D'

red 82 ◦ green 236 ◦ blue 13

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

Shades of Harlequin #52EC0D

Tints of Harlequin #52EC0D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 71.3%

 BLUE value IS 13 (5.47% from 255) = 3.93%

R = 24.77%
G = 71.3%
B = 3.93%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#52EC0D (or 0x52EC0D) is known color: Harlequin. HEX triplet: 52, EC and 0D. RGB value is (82,236,13). Sum of RGB (Red+Green+Blue) = 82+236+13=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 236 (92.58% from 255 or 71.30% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52EC0D is #AD13F2. Grayscale: #A5A5A5. Windows color (decimal): -11342835 or 912466. OLE color: 912466.

HSL color Cylindrical-coordinate representation of color #52EC0D: hue angle of 101.43º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52EC0D is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 236 13 -
CMYK 0.65 0 0.94 0.07
HSL 101.44º 0.9% 0.49% -
HSV(B) 101.44º 0.94% 0.93% -
XYZ 33.55 61.81 10.54 -
YUV 164.53 42.48 69.13 -
System Red Green Blue C M Y K H S L
Decimal 82 236 13 0.65 0 0.94 0.07 101.44 0.9 0.49
Hex 52 EC D 41 0 5E 7 65 5A 31
Octal 122 354 15 101 0 136 7 145 132 61
Binary 1010010 11101100 1101 1000001 0 1011110 111 1100101 1011010 110001

Color Harmonies of #52EC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EC0D

Black with #52EC0D

Text Example


Text Example

White with #52EC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,236,13); }

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

background-color css

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

 a { background-color: rgb(82,236,13); }

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

border-color css

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

 span { border-color: rgb(82,236,13); }

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