Html Css Color HEX #53F00E Harlequin

📋 copy color: '#53F00E'

red 83 ◦ green 240 ◦ blue 14

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

Shades of Harlequin #53F00E

Tints of Harlequin #53F00E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 71.22%

 BLUE value IS 14 (5.86% from 255) = 4.15%

R = 24.63%
G = 71.22%
B = 4.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#53F00E (or 0x53F00E) is known color: Harlequin. HEX triplet: 53, F0 and 0E. RGB value is (83,240,14). Sum of RGB (Red+Green+Blue) = 83+240+14=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 240 (94.14% from 255 or 71.22% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 240 - color contains mainly: green. Hex color #53F00E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F00E is #AC0FF1. Grayscale: #A8A8A8. Windows color (decimal): -11276274 or 979027. OLE color: 979027.

HSL color Cylindrical-coordinate representation of color #53F00E: hue angle of 101.68º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53F00E is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 240 14 -
CMYK 0.65 0 0.94 0.06
HSL 101.68º 0.89% 0.5% -
HSV(B) 101.68º 0.94% 0.94% -
XYZ 34.81 64.19 10.97 -
YUV 167.29 41.49 67.88 -
System Red Green Blue C M Y K H S L
Decimal 83 240 14 0.65 0 0.94 0.06 101.68 0.89 0.5
Hex 53 F0 E 41 0 5E 6 66 59 32
Octal 123 360 16 101 0 136 6 146 131 62
Binary 1010011 11110000 1110 1000001 0 1011110 110 1100110 1011001 110010

Color Harmonies of #53F00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F00E

Black with #53F00E

Text Example


Text Example

White with #53F00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,240,14); }

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

background-color css

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

 a { background-color: rgb(83,240,14); }

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

border-color css

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

 span { border-color: rgb(83,240,14); }

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