Html Css Color HEX #52F729 Harlequin

📋 copy color: '#52F729'

red 82 ◦ green 247 ◦ blue 41

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

Shades of Harlequin #52F729

Tints of Harlequin #52F729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.08%

R = 22.16%
G = 66.76%
B = 11.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#52F729 (or 0x52F729) is known color: Harlequin. HEX triplet: 52, F7 and 29. RGB value is (82,247,41). Sum of RGB (Red+Green+Blue) = 82+247+41=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 247 (96.88% from 255 or 66.76% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 247 - color contains mainly: green. Hex color #52F729 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F729 is #AD08D6. Grayscale: #AEAEAE. Windows color (decimal): -11339991 or 2750290. OLE color: 2750290.

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

Color convert

RGB 82 247 41 -
CMYK 0.67 0 0.83 0.03
HSL 108.06º 0.93% 0.56% -
HSV(B) 108.06º 0.83% 0.97% -
XYZ 37.14 68.48 13.36 -
YUV 174.18 52.84 62.25 -
System Red Green Blue C M Y K H S L
Decimal 82 247 41 0.67 0 0.83 0.03 108.06 0.93 0.56
Hex 52 F7 29 43 0 53 3 6C 5D 38
Octal 122 367 51 103 0 123 3 154 135 70
Binary 1010010 11110111 101001 1000011 0 1010011 11 1101100 1011101 111000

Color Harmonies of #52F729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F729

Black with #52F729

Text Example


Text Example

White with #52F729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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