Html Css Color HEX #52EE23 Harlequin

📋 copy color: '#52EE23'

red 82 ◦ green 238 ◦ blue 35

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

Shades of Harlequin #52EE23

Tints of Harlequin #52EE23

RGB

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

 GREEN value IS 238 (93.36% from 255) = 67.04%

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

R = 23.1%
G = 67.04%
B = 9.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#52EE23 (or 0x52EE23) is known color: Harlequin. HEX triplet: 52, EE and 23. RGB value is (82,238,35). Sum of RGB (Red+Green+Blue) = 82+238+35=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 238 (93.36% from 255 or 67.04% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE23 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EE23 is #AD11DC. Grayscale: #A8A8A8. Windows color (decimal): -11342301 or 2354770. OLE color: 2354770.

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

Color convert

RGB 82 238 35 -
CMYK 0.66 0 0.85 0.07
HSL 106.11º 0.86% 0.54% -
HSV(B) 106.11º 0.85% 0.93% -
XYZ 34.36 63.06 11.95 -
YUV 168.21 52.82 66.51 -
System Red Green Blue C M Y K H S L
Decimal 82 238 35 0.66 0 0.85 0.07 106.11 0.86 0.54
Hex 52 EE 23 42 0 55 7 6A 56 36
Octal 122 356 43 102 0 125 7 152 126 66
Binary 1010010 11101110 100011 1000010 0 1010101 111 1101010 1010110 110110

Color Harmonies of #52EE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EE23

Black with #52EE23

Text Example


Text Example

White with #52EE23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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