Html Css Color HEX #52FF1C Harlequin

📋 copy color: '#52FF1C'

red 82 ◦ green 255 ◦ blue 28

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

Shades of Harlequin #52FF1C

Tints of Harlequin #52FF1C

RGB

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

 GREEN value IS 255 (100% from 255) = 69.86%

 BLUE value IS 28 (11.33% from 255) = 7.67%

R = 22.47%
G = 69.86%
B = 7.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#52FF1C (or 0x52FF1C) is known color: Harlequin. HEX triplet: 52, FF and 1C. RGB value is (82,255,28). Sum of RGB (Red+Green+Blue) = 82+255+28=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 255 (100% from 255 or 69.86% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 255 - color contains mainly: green. Hex color #52FF1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FF1C is #AD00E3. Grayscale: #B2B2B2. Windows color (decimal): -11337956 or 1900370. OLE color: 1900370.

HSL color Cylindrical-coordinate representation of color #52FF1C: hue angle of 105.73º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52FF1C is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 82 255 28 -
CMYK 0.68 0 0.89 0
HSL 105.73º 1% 0.55% -
HSV(B) 105.73º 0.89% 1% -
XYZ 39.45 73.4 13.19 -
YUV 177.4 43.69 59.96 -
System Red Green Blue C M Y K H S L
Decimal 82 255 28 0.68 0 0.89 0 105.73 1 0.55
Hex 52 FF 1C 44 0 59 0 6A 64 37
Octal 122 377 34 104 0 131 0 152 144 67
Binary 1010010 11111111 11100 1000100 0 1011001 0 1101010 1100100 110111

Color Harmonies of #52FF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FF1C

Black with #52FF1C

Text Example


Text Example

White with #52FF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,255,28); }

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

background-color css

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

 a { background-color: rgb(82,255,28); }

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

border-color css

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

 span { border-color: rgb(82,255,28); }

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