Html Css Color HEX #52FD00 Harlequin

📋 copy color: '#52FD00'

red 82 ◦ green 253 ◦ blue 0

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

Shades of Harlequin #52FD00

Tints of Harlequin #52FD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 24.48%
G = 75.52%
B = 0%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#52FD00 (or 0x52FD00) is known color: Harlequin. HEX triplet: 52, FD and 00. RGB value is (82,253,0). Sum of RGB (Red+Green+Blue) = 82+253+0=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 253 (99.22% from 255 or 75.52% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 253 - color contains mainly: green. Hex color #52FD00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52FD00 is #AD02FF. Grayscale: #ADADAD. Windows color (decimal): -11338496 or 64850. OLE color: 64850.

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

Color convert

RGB 82 253 0 -
CMYK 0.68 0 1 0.01
HSL 100.55º 1% 0.5% -
HSV(B) 100.55º 1% 0.99% -
XYZ 38.6 72.04 11.87 -
YUV 173.03 30.35 63.07 -
System Red Green Blue C M Y K H S L
Decimal 82 253 0 0.68 0 1 0.01 100.55 1 0.5
Hex 52 FD 0 44 0 64 1 65 64 32
Octal 122 375 0 104 0 144 1 145 144 62
Binary 1010010 11111101 0 1000100 0 1100100 1 1100101 1100100 110010

Color Harmonies of #52FD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FD00

Black with #52FD00

Text Example


Text Example

White with #52FD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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