Html Css Color HEX #52F612 Harlequin

📋 copy color: '#52F612'

red 82 ◦ green 246 ◦ blue 18

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

Shades of Harlequin #52F612

Tints of Harlequin #52F612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.2%

R = 23.7%
G = 71.1%
B = 5.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#52F612 (or 0x52F612) is known color: Harlequin. HEX triplet: 52, F6 and 12. RGB value is (82,246,18). Sum of RGB (Red+Green+Blue) = 82+246+18=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 246 (96.48% from 255 or 71.10% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 246 - color contains mainly: green. Hex color #52F612 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F612 is #AD09ED. Grayscale: #ABABAB. Windows color (decimal): -11340270 or 1242706. OLE color: 1242706.

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

Color convert

RGB 82 246 18 -
CMYK 0.67 0 0.93 0.04
HSL 103.16º 0.93% 0.52% -
HSV(B) 103.16º 0.93% 0.96% -
XYZ 36.54 67.75 11.72 -
YUV 170.97 41.67 64.54 -
System Red Green Blue C M Y K H S L
Decimal 82 246 18 0.67 0 0.93 0.04 103.16 0.93 0.52
Hex 52 F6 12 43 0 5D 4 67 5D 34
Octal 122 366 22 103 0 135 4 147 135 64
Binary 1010010 11110110 10010 1000011 0 1011101 100 1100111 1011101 110100

Color Harmonies of #52F612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F612

Black with #52F612

Text Example


Text Example

White with #52F612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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