Html Css Color HEX #53F60F Harlequin

📋 copy color: '#53F60F'

red 83 ◦ green 246 ◦ blue 15

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

Shades of Harlequin #53F60F

Tints of Harlequin #53F60F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 71.51%

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

R = 24.13%
G = 71.51%
B = 4.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#53F60F (or 0x53F60F) is known color: Harlequin. HEX triplet: 53, F6 and 0F. RGB value is (83,246,15). Sum of RGB (Red+Green+Blue) = 83+246+15=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 246 (96.48% from 255 or 71.51% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 246 - color contains mainly: green. Hex color #53F60F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F60F is #AC09F0. Grayscale: #ABABAB. Windows color (decimal): -11274737 or 1046099. OLE color: 1046099.

HSL color Cylindrical-coordinate representation of color #53F60F: hue angle of 102.34º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53F60F is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 246 15 -
CMYK 0.66 0 0.94 0.04
HSL 102.34º 0.93% 0.51% -
HSV(B) 102.34º 0.94% 0.96% -
XYZ 36.61 67.79 11.61 -
YUV 170.93 40 65.28 -
System Red Green Blue C M Y K H S L
Decimal 83 246 15 0.66 0 0.94 0.04 102.34 0.93 0.51
Hex 53 F6 F 42 0 5E 4 66 5D 33
Octal 123 366 17 102 0 136 4 146 135 63
Binary 1010011 11110110 1111 1000010 0 1011110 100 1100110 1011101 110011

Color Harmonies of #53F60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F60F

Black with #53F60F

Text Example


Text Example

White with #53F60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,246,15); }

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

background-color css

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

 a { background-color: rgb(83,246,15); }

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

border-color css

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

 span { border-color: rgb(83,246,15); }

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