Html Css Color HEX #52F323 Harlequin

📋 copy color: '#52F323'

red 82 ◦ green 243 ◦ blue 35

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

Shades of Harlequin #52F323

Tints of Harlequin #52F323

RGB

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

 GREEN value IS 243 (95.31% from 255) = 67.5%

 BLUE value IS 35 (14.06% from 255) = 9.72%

R = 22.78%
G = 67.5%
B = 9.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#52F323 (or 0x52F323) is known color: Harlequin. HEX triplet: 52, F3 and 23. RGB value is (82,243,35). Sum of RGB (Red+Green+Blue) = 82+243+35=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 243 (95.31% from 255 or 67.5% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 243 - color contains mainly: green. Hex color #52F323 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F323 is #AD0CDC. Grayscale: #ABABAB. Windows color (decimal): -11341021 or 2356050. OLE color: 2356050.

HSL color Cylindrical-coordinate representation of color #52F323: hue angle of 106.44º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52F323 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 243 35 -
CMYK 0.66 0 0.86 0.05
HSL 106.44º 0.9% 0.55% -
HSV(B) 106.44º 0.86% 0.95% -
XYZ 35.83 66.02 12.44 -
YUV 171.15 51.16 64.41 -
System Red Green Blue C M Y K H S L
Decimal 82 243 35 0.66 0 0.86 0.05 106.44 0.9 0.55
Hex 52 F3 23 42 0 56 5 6A 5A 37
Octal 122 363 43 102 0 126 5 152 132 67
Binary 1010010 11110011 100011 1000010 0 1010110 101 1101010 1011010 110111

Color Harmonies of #52F323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F323

Black with #52F323

Text Example


Text Example

White with #52F323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,243,35); }

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

background-color css

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

 a { background-color: rgb(82,243,35); }

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

border-color css

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

 span { border-color: rgb(82,243,35); }

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