Html Css Color HEX #52EF14 Harlequin

📋 copy color: '#52EF14'

red 82 ◦ green 239 ◦ blue 20

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

Shades of Harlequin #52EF14

Tints of Harlequin #52EF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 70.09%

 BLUE value IS 20 (8.2% from 255) = 5.87%

R = 24.05%
G = 70.09%
B = 5.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#52EF14 (or 0x52EF14) is known color: Harlequin. HEX triplet: 52, EF and 14. RGB value is (82,239,20). Sum of RGB (Red+Green+Blue) = 82+239+20=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 239 (93.75% from 255 or 70.09% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 239 - color contains mainly: green. Hex color #52EF14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52EF14 is #AD10EB. Grayscale: #A7A7A7. Windows color (decimal): -11342060 or 1371986. OLE color: 1371986.

HSL color Cylindrical-coordinate representation of color #52EF14: hue angle of 103.01º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52EF14 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 239 20 -
CMYK 0.66 0 0.92 0.06
HSL 103.01º 0.87% 0.51% -
HSV(B) 103.01º 0.92% 0.94% -
XYZ 34.47 63.58 11.12 -
YUV 167.09 44.99 67.31 -
System Red Green Blue C M Y K H S L
Decimal 82 239 20 0.66 0 0.92 0.06 103.01 0.87 0.51
Hex 52 EF 14 42 0 5C 6 67 57 33
Octal 122 357 24 102 0 134 6 147 127 63
Binary 1010010 11101111 10100 1000010 0 1011100 110 1100111 1010111 110011

Color Harmonies of #52EF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EF14

Black with #52EF14

Text Example


Text Example

White with #52EF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,239,20); }

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

background-color css

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

 a { background-color: rgb(82,239,20); }

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

border-color css

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

 span { border-color: rgb(82,239,20); }

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