Html Css Color HEX #52F71D Harlequin

📋 copy color: '#52F71D'

red 82 ◦ green 247 ◦ blue 29

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

Shades of Harlequin #52F71D

Tints of Harlequin #52F71D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 68.99%

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

R = 22.91%
G = 68.99%
B = 8.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#52F71D (or 0x52F71D) is known color: Harlequin. HEX triplet: 52, F7 and 1D. RGB value is (82,247,29). Sum of RGB (Red+Green+Blue) = 82+247+29=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 247 (96.88% from 255 or 68.99% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 247 - color contains mainly: green. Hex color #52F71D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F71D is #AD08E2. Grayscale: #ADADAD. Windows color (decimal): -11340003 or 1963858. OLE color: 1963858.

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

Color convert

RGB 82 247 29 -
CMYK 0.67 0 0.88 0.03
HSL 105.41º 0.93% 0.54% -
HSV(B) 105.41º 0.88% 0.97% -
XYZ 36.96 68.4 12.42 -
YUV 172.81 46.84 63.23 -
System Red Green Blue C M Y K H S L
Decimal 82 247 29 0.67 0 0.88 0.03 105.41 0.93 0.54
Hex 52 F7 1D 43 0 58 3 69 5D 36
Octal 122 367 35 103 0 130 3 151 135 66
Binary 1010010 11110111 11101 1000011 0 1011000 11 1101001 1011101 110110

Color Harmonies of #52F71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F71D

Black with #52F71D

Text Example


Text Example

White with #52F71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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