Html Css Color HEX #52F52A Harlequin

📋 copy color: '#52F52A'

red 82 ◦ green 245 ◦ blue 42

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

Shades of Harlequin #52F52A

Tints of Harlequin #52F52A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 66.4%

 BLUE value IS 42 (16.8% from 255) = 11.38%

R = 22.22%
G = 66.4%
B = 11.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#52F52A (or 0x52F52A) is known color: Harlequin. HEX triplet: 52, F5 and 2A. RGB value is (82,245,42). Sum of RGB (Red+Green+Blue) = 82+245+42=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 245 (96.09% from 255 or 66.40% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 245 - color contains mainly: green. Hex color #52F52A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F52A is #AD0AD5. Grayscale: #ADADAD. Windows color (decimal): -11340502 or 2815314. OLE color: 2815314.

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

Color convert

RGB 82 245 42 -
CMYK 0.67 0 0.83 0.04
HSL 108.18º 0.91% 0.56% -
HSV(B) 108.18º 0.83% 0.96% -
XYZ 36.55 67.27 13.25 -
YUV 173.12 54 63.01 -
System Red Green Blue C M Y K H S L
Decimal 82 245 42 0.67 0 0.83 0.04 108.18 0.91 0.56
Hex 52 F5 2A 43 0 53 4 6C 5B 38
Octal 122 365 52 103 0 123 4 154 133 70
Binary 1010010 11110101 101010 1000011 0 1010011 100 1101100 1011011 111000

Color Harmonies of #52F52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F52A

Black with #52F52A

Text Example


Text Example

White with #52F52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,245,42); }

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

background-color css

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

 a { background-color: rgb(82,245,42); }

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

border-color css

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

 span { border-color: rgb(82,245,42); }

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