Html Css Color HEX #52ED23 Harlequin

📋 copy color: '#52ED23'

red 82 ◦ green 237 ◦ blue 35

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

Shades of Harlequin #52ED23

Tints of Harlequin #52ED23

RGB

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

 GREEN value IS 237 (92.97% from 255) = 66.95%

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

R = 23.16%
G = 66.95%
B = 9.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#52ED23 (or 0x52ED23) is known color: Harlequin. HEX triplet: 52, ED and 23. RGB value is (82,237,35). Sum of RGB (Red+Green+Blue) = 82+237+35=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 237 (92.97% from 255 or 66.95% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 237 - color contains mainly: green. Hex color #52ED23 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52ED23 is #AD12DC. Grayscale: #A8A8A8. Windows color (decimal): -11342557 or 2354514. OLE color: 2354514.

HSL color Cylindrical-coordinate representation of color #52ED23: hue angle of 106.04º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52ED23 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 237 35 -
CMYK 0.65 0 0.85 0.07
HSL 106.04º 0.85% 0.53% -
HSV(B) 106.04º 0.85% 0.93% -
XYZ 34.07 62.48 11.86 -
YUV 167.63 53.15 66.93 -
System Red Green Blue C M Y K H S L
Decimal 82 237 35 0.65 0 0.85 0.07 106.04 0.85 0.53
Hex 52 ED 23 41 0 55 7 6A 55 35
Octal 122 355 43 101 0 125 7 152 125 65
Binary 1010010 11101101 100011 1000001 0 1010101 111 1101010 1010101 110101

Color Harmonies of #52ED23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ED23

Black with #52ED23

Text Example


Text Example

White with #52ED23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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