Html Css Color HEX #52FE1D Harlequin

📋 copy color: '#52FE1D'

red 82 ◦ green 254 ◦ blue 29

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

Shades of Harlequin #52FE1D

Tints of Harlequin #52FE1D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 69.59%

 BLUE value IS 29 (11.72% from 255) = 7.95%

R = 22.47%
G = 69.59%
B = 7.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#52FE1D (or 0x52FE1D) is known color: Harlequin. HEX triplet: 52, FE and 1D. RGB value is (82,254,29). Sum of RGB (Red+Green+Blue) = 82+254+29=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 254 (99.61% from 255 or 69.59% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 254 - color contains mainly: green. Hex color #52FE1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FE1D is #AD01E2. Grayscale: #B1B1B1. Windows color (decimal): -11338211 or 1965650. OLE color: 1965650.

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

Color convert

RGB 82 254 29 -
CMYK 0.68 0 0.89 0.00
HSL 105.87º 0.99% 0.55% -
HSV(B) 105.87º 0.89% 1% -
XYZ 39.14 72.77 13.14 -
YUV 176.92 44.52 60.3 -
System Red Green Blue C M Y K H S L
Decimal 82 254 29 0.68 0 0.89 0.00 105.87 0.99 0.55
Hex 52 FE 1D 44 0 59 0 6A 63 37
Octal 122 376 35 104 0 131 0 152 143 67
Binary 1010010 11111110 11101 1000100 0 1011001 0 1101010 1100011 110111

Color Harmonies of #52FE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FE1D

Black with #52FE1D

Text Example


Text Example

White with #52FE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,254,29); }

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

background-color css

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

 a { background-color: rgb(82,254,29); }

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

border-color css

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

 span { border-color: rgb(82,254,29); }

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