Html Css Color HEX #53EE14 Harlequin

📋 copy color: '#53EE14'

red 83 ◦ green 238 ◦ blue 20

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

Shades of Harlequin #53EE14

Tints of Harlequin #53EE14

RGB

 RED value IS 83 (32.81% from 255) = 24.34%

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

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

R = 24.34%
G = 69.79%
B = 5.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#53EE14 (or 0x53EE14) is known color: Harlequin. HEX triplet: 53, EE and 14. RGB value is (83,238,20). Sum of RGB (Red+Green+Blue) = 83+238+20=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 238 (93.36% from 255 or 69.79% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 238 - color contains mainly: green. Hex color #53EE14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53EE14 is #AC11EB. Grayscale: #A7A7A7. Windows color (decimal): -11276780 or 1371731. OLE color: 1371731.

HSL color Cylindrical-coordinate representation of color #53EE14: hue angle of 102.66º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53EE14 is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 238 20 -
CMYK 0.65 0 0.92 0.07
HSL 102.66º 0.87% 0.51% -
HSV(B) 102.66º 0.92% 0.93% -
XYZ 34.27 63.04 11.02 -
YUV 166.8 45.15 68.23 -
System Red Green Blue C M Y K H S L
Decimal 83 238 20 0.65 0 0.92 0.07 102.66 0.87 0.51
Hex 53 EE 14 41 0 5C 7 67 57 33
Octal 123 356 24 101 0 134 7 147 127 63
Binary 1010011 11101110 10100 1000001 0 1011100 111 1100111 1010111 110011

Color Harmonies of #53EE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EE14

Black with #53EE14

Text Example


Text Example

White with #53EE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53EE14; }

 p { color: rgb(83,238,20); }

 H1.HeaderClassName
 {
   color: #53EE14;
 }
 .AnyTagClassName
 {
   color: #53EE14;
 }
</style>

background-color css

<style>
 a { background-color: #53EE14; }

 a { background-color: rgb(83,238,20); }

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

border-color css

<style>
 span { border-color: #53EE14; }

 span { border-color: rgb(83,238,20); }

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