Html Css Color HEX #52FB1C Harlequin

📋 copy color: '#52FB1C'

red 82 ◦ green 251 ◦ blue 28

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

Shades of Harlequin #52FB1C

Tints of Harlequin #52FB1C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 69.53%

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

R = 22.71%
G = 69.53%
B = 7.76%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#52FB1C (or 0x52FB1C) is known color: Harlequin. HEX triplet: 52, FB and 1C. RGB value is (82,251,28). Sum of RGB (Red+Green+Blue) = 82+251+28=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 251 (98.44% from 255 or 69.53% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 251 - color contains mainly: green. Hex color #52FB1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FB1C is #AD04E3. Grayscale: #AFAFAF. Windows color (decimal): -11338980 or 1899346. OLE color: 1899346.

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

Color convert

RGB 82 251 28 -
CMYK 0.67 0 0.89 0.02
HSL 105.47º 0.97% 0.55% -
HSV(B) 105.47º 0.89% 0.98% -
XYZ 38.19 70.87 12.77 -
YUV 175.05 45.01 61.63 -
System Red Green Blue C M Y K H S L
Decimal 82 251 28 0.67 0 0.89 0.02 105.47 0.97 0.55
Hex 52 FB 1C 43 0 59 2 69 61 37
Octal 122 373 34 103 0 131 2 151 141 67
Binary 1010010 11111011 11100 1000011 0 1011001 10 1101001 1100001 110111

Color Harmonies of #52FB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FB1C

Black with #52FB1C

Text Example


Text Example

White with #52FB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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