Html Css Color HEX #52EC1B Harlequin

📋 copy color: '#52EC1B'

red 82 ◦ green 236 ◦ blue 27

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

Shades of Harlequin #52EC1B

Tints of Harlequin #52EC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 23.77%
G = 68.41%
B = 7.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#52EC1B (or 0x52EC1B) is known color: Harlequin. HEX triplet: 52, EC and 1B. RGB value is (82,236,27). Sum of RGB (Red+Green+Blue) = 82+236+27=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 236 (92.58% from 255 or 68.41% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EC1B is #AD13E4. Grayscale: #A6A6A6. Windows color (decimal): -11342821 or 1829970. OLE color: 1829970.

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

Color convert

RGB 82 236 27 -
CMYK 0.65 0 0.89 0.07
HSL 104.21º 0.85% 0.52% -
HSV(B) 104.21º 0.89% 0.93% -
XYZ 33.67 61.86 11.2 -
YUV 166.13 49.48 67.99 -
System Red Green Blue C M Y K H S L
Decimal 82 236 27 0.65 0 0.89 0.07 104.21 0.85 0.52
Hex 52 EC 1B 41 0 59 7 68 55 34
Octal 122 354 33 101 0 131 7 150 125 64
Binary 1010010 11101100 11011 1000001 0 1011001 111 1101000 1010101 110100

Color Harmonies of #52EC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EC1B

Black with #52EC1B

Text Example


Text Example

White with #52EC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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