Html Css Color HEX #52F920 Harlequin

📋 copy color: '#52F920'

red 82 ◦ green 249 ◦ blue 32

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

Shades of Harlequin #52F920

Tints of Harlequin #52F920

RGB

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

 GREEN value IS 249 (97.66% from 255) = 68.6%

 BLUE value IS 32 (12.89% from 255) = 8.82%

R = 22.59%
G = 68.6%
B = 8.82%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#52F920 (or 0x52F920) is known color: Harlequin. HEX triplet: 52, F9 and 20. RGB value is (82,249,32). Sum of RGB (Red+Green+Blue) = 82+249+32=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 249 (97.66% from 255 or 68.60% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 249 - color contains mainly: green. Hex color #52F920 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F920 is #AD06DF. Grayscale: #AFAFAF. Windows color (decimal): -11339488 or 2160978. OLE color: 2160978.

HSL color Cylindrical-coordinate representation of color #52F920: hue angle of 106.18º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52F920 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 249 32 -
CMYK 0.67 0 0.87 0.02
HSL 106.18º 0.95% 0.55% -
HSV(B) 106.18º 0.87% 0.98% -
XYZ 37.62 69.65 12.83 -
YUV 174.33 47.67 62.14 -
System Red Green Blue C M Y K H S L
Decimal 82 249 32 0.67 0 0.87 0.02 106.18 0.95 0.55
Hex 52 F9 20 43 0 57 2 6A 5F 37
Octal 122 371 40 103 0 127 2 152 137 67
Binary 1010010 11111001 100000 1000011 0 1010111 10 1101010 1011111 110111

Color Harmonies of #52F920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F920

Black with #52F920

Text Example


Text Example

White with #52F920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,249,32); }

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

background-color css

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

 a { background-color: rgb(82,249,32); }

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

border-color css

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

 span { border-color: rgb(82,249,32); }

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