Html Css Color HEX #52ED0F Harlequin

📋 copy color: '#52ED0F'

red 82 ◦ green 237 ◦ blue 15

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

Shades of Harlequin #52ED0F

Tints of Harlequin #52ED0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.49%

R = 24.55%
G = 70.96%
B = 4.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#52ED0F (or 0x52ED0F) is known color: Harlequin. HEX triplet: 52, ED and 0F. RGB value is (82,237,15). Sum of RGB (Red+Green+Blue) = 82+237+15=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 237 (92.97% from 255 or 70.96% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 237 - color contains mainly: green. Hex color #52ED0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52ED0F is #AD12F0. Grayscale: #A6A6A6. Windows color (decimal): -11342577 or 1043794. OLE color: 1043794.

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

Color convert

RGB 82 237 15 -
CMYK 0.65 0 0.94 0.07
HSL 101.89º 0.88% 0.49% -
HSV(B) 101.89º 0.94% 0.93% -
XYZ 33.85 62.4 10.71 -
YUV 165.35 43.15 68.55 -
System Red Green Blue C M Y K H S L
Decimal 82 237 15 0.65 0 0.94 0.07 101.89 0.88 0.49
Hex 52 ED F 41 0 5E 7 66 58 31
Octal 122 355 17 101 0 136 7 146 130 61
Binary 1010010 11101101 1111 1000001 0 1011110 111 1100110 1011000 110001

Color Harmonies of #52ED0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ED0F

Black with #52ED0F

Text Example


Text Example

White with #52ED0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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