Html Css Color HEX #52FA32 Harlequin

📋 copy color: '#52FA32'

red 82 ◦ green 250 ◦ blue 50

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

Shades of Harlequin #52FA32

Tints of Harlequin #52FA32

RGB

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

 GREEN value IS 250 (98.05% from 255) = 65.45%

 BLUE value IS 50 (19.92% from 255) = 13.09%

R = 21.47%
G = 65.45%
B = 13.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#52FA32 (or 0x52FA32) is known color: Harlequin. HEX triplet: 52, FA and 32. RGB value is (82,250,50). Sum of RGB (Red+Green+Blue) = 82+250+50=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 250 (98.05% from 255 or 65.45% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FA32 is #AD05CD. Grayscale: #B1B1B1. Windows color (decimal): -11339214 or 3340882. OLE color: 3340882.

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

Color convert

RGB 82 250 50 -
CMYK 0.67 0 0.8 0.02
HSL 110.4º 0.95% 0.59% -
HSV(B) 110.4º 0.8% 0.98% -
XYZ 38.24 70.4 14.59 -
YUV 176.97 56.34 60.26 -
System Red Green Blue C M Y K H S L
Decimal 82 250 50 0.67 0 0.8 0.02 110.4 0.95 0.59
Hex 52 FA 32 43 0 50 2 6E 5F 3B
Octal 122 372 62 103 0 120 2 156 137 73
Binary 1010010 11111010 110010 1000011 0 1010000 10 1101110 1011111 111011

Color Harmonies of #52FA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FA32

Black with #52FA32

Text Example


Text Example

White with #52FA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,250,50); }

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

background-color css

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

 a { background-color: rgb(82,250,50); }

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

border-color css

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

 span { border-color: rgb(82,250,50); }

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