Html Css Color HEX #52FB1D Harlequin

📋 copy color: '#52FB1D'

red 82 ◦ green 251 ◦ blue 29

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

Shades of Harlequin #52FB1D

Tints of Harlequin #52FB1D

RGB

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

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

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

R = 22.65%
G = 69.34%
B = 8.01%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#52FB1D (or 0x52FB1D) is known color: Harlequin. HEX triplet: 52, FB and 1D. RGB value is (82,251,29). Sum of RGB (Red+Green+Blue) = 82+251+29=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 251 (98.44% from 255 or 69.34% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 251 - color contains mainly: green. Hex color #52FB1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FB1D is #AD04E2. Grayscale: #AFAFAF. Windows color (decimal): -11338979 or 1964882. OLE color: 1964882.

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

Color convert

RGB 82 251 29 -
CMYK 0.67 0 0.88 0.02
HSL 105.68º 0.97% 0.55% -
HSV(B) 105.68º 0.88% 0.98% -
XYZ 38.2 70.88 12.83 -
YUV 175.16 45.51 61.55 -
System Red Green Blue C M Y K H S L
Decimal 82 251 29 0.67 0 0.88 0.02 105.68 0.97 0.55
Hex 52 FB 1D 43 0 58 2 6A 61 37
Octal 122 373 35 103 0 130 2 152 141 67
Binary 1010010 11111011 11101 1000011 0 1011000 10 1101010 1100001 110111

Color Harmonies of #52FB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FB1D

Black with #52FB1D

Text Example


Text Example

White with #52FB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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