Html Css Color HEX #52F627 Harlequin

📋 copy color: '#52F627'

red 82 ◦ green 246 ◦ blue 39

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

Shades of Harlequin #52F627

Tints of Harlequin #52F627

RGB

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

 GREEN value IS 246 (96.48% from 255) = 67.03%

 BLUE value IS 39 (15.63% from 255) = 10.63%

R = 22.34%
G = 67.03%
B = 10.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#52F627 (or 0x52F627) is known color: Harlequin. HEX triplet: 52, F6 and 27. RGB value is (82,246,39). Sum of RGB (Red+Green+Blue) = 82+246+39=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 246 (96.48% from 255 or 67.03% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 246 - color contains mainly: green. Hex color #52F627 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F627 is #AD09D8. Grayscale: #AEAEAE. Windows color (decimal): -11340249 or 2618962. OLE color: 2618962.

HSL color Cylindrical-coordinate representation of color #52F627: hue angle of 107.54º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52F627 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 246 39 -
CMYK 0.67 0 0.84 0.04
HSL 107.54º 0.92% 0.56% -
HSV(B) 107.54º 0.84% 0.96% -
XYZ 36.8 67.85 13.08 -
YUV 173.37 52.17 62.83 -
System Red Green Blue C M Y K H S L
Decimal 82 246 39 0.67 0 0.84 0.04 107.54 0.92 0.56
Hex 52 F6 27 43 0 54 4 6C 5C 38
Octal 122 366 47 103 0 124 4 154 134 70
Binary 1010010 11110110 100111 1000011 0 1010100 100 1101100 1011100 111000

Color Harmonies of #52F627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F627

Black with #52F627

Text Example


Text Example

White with #52F627

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,246,39); }

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

background-color css

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

 a { background-color: rgb(82,246,39); }

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

border-color css

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

 span { border-color: rgb(82,246,39); }

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