Html Css Color HEX #52FD17 Harlequin

📋 copy color: '#52FD17'

red 82 ◦ green 253 ◦ blue 23

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

Shades of Harlequin #52FD17

Tints of Harlequin #52FD17

RGB

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

 GREEN value IS 253 (99.22% from 255) = 70.67%

 BLUE value IS 23 (9.38% from 255) = 6.42%

R = 22.91%
G = 70.67%
B = 6.42%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#52FD17 (or 0x52FD17) is known color: Harlequin. HEX triplet: 52, FD and 17. RGB value is (82,253,23). Sum of RGB (Red+Green+Blue) = 82+253+23=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 253 (99.22% from 255 or 70.67% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 253 - color contains mainly: green. Hex color #52FD17 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52FD17 is #AD02E8. Grayscale: #B0B0B0. Windows color (decimal): -11338473 or 1572178. OLE color: 1572178.

HSL color Cylindrical-coordinate representation of color #52FD17: hue angle of 104.61º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52FD17 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 253 23 -
CMYK 0.68 0 0.91 0.01
HSL 104.61º 0.98% 0.54% -
HSV(B) 104.61º 0.91% 0.99% -
XYZ 38.76 72.11 12.69 -
YUV 175.65 41.85 61.2 -
System Red Green Blue C M Y K H S L
Decimal 82 253 23 0.68 0 0.91 0.01 104.61 0.98 0.54
Hex 52 FD 17 44 0 5B 1 69 62 36
Octal 122 375 27 104 0 133 1 151 142 66
Binary 1010010 11111101 10111 1000100 0 1011011 1 1101001 1100010 110110

Color Harmonies of #52FD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FD17

Black with #52FD17

Text Example


Text Example

White with #52FD17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,253,23); }

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

background-color css

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

 a { background-color: rgb(82,253,23); }

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

border-color css

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

 span { border-color: rgb(82,253,23); }

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